description |
---|
Description of operator types used 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 can be used for decision rules involving Strings, Numbers, or Booleans.
{% hint style="info" %} List of Basic operators. {% endhint %}
Date operators are specifically used for comparing dates.
{% hint style="info" %} List of Date operators. {% endhint %}
Functions are specifically used to create custom function validations.
{% hint style="info" %} List of Functions. {% endhint %}