Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
description
Description of operator types used in decision tables

Operators and Functions

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.

Basic operators modal

{% hint style="info" %} List of Basic operators. {% endhint %}

Date Operators

Date operators are specifically used for comparing dates.

Dates operators modal

{% hint style="info" %} List of Date operators. {% endhint %}

Functions

Functions are specifically used to create custom function validations.

Functions operators modal

{% hint style="info" %} List of Functions. {% endhint %}