Decision Tables.

Tame Logic Complexity.

Organize complex decision logic and manage large number of business rules in a compact tabular format.
Try for yourself Try for yourself
Data Types
Perform condition checks or set values of the various types:
  • integer (whole numbers)
  • float (fractional numbers)
  • string
  • boolean (true/false)
  • date
Condition Types

Many types of condition checks are available, as applicable per field type:

  • Equality or inequality
  • Greater or less than
  • Between (range check)
  • Contains or regexp match
  • Etc.
Array Support
Arrays can also be used, e.g. each applicable table row can add its own decision code to the resulting list.
Try for yourself Try for yourself
CSV Import and Export
Import/export your decision tables in CSV format so that you can print them or edit offline in Excel.