Operators and Functions
Description of operator types used in decision tables
Operators in Decision Tables
Every condition cell in the decision table can have a different operator. There are three types of operators you can use: Basic, Dates and Functions.
Basic Operators
Basic operators can be used for decision rules involving Strings, Numbers, or Booleans.

Date Operators
Date operators are specifically used for comparing dates.

Functions
Functions are specifically used to create custom function validations.

Last updated
Was this helpful?