Skip to main content



Conditional Templates

Conditional templates evaluate the Boolean expressions in a list. Conditional templates are extremely useful for grouping multiple rule conditions and make it easy to add new conditions.

Template nameTemplate formatReturn type
allall of the following are TRUE (or FALSE)Boolean
anyany of the following are TRUE (or FALSE)Boolean
at leastat least <number> of the following are TRUE (or FALSE)Boolean
at mostat most <number> of the following are TRUE (or FALSE)Boolean
exactlyexactly <integer> of the following are TRUE (or FALSE)Boolean
more tha nmore than <number> of the following are TRUE (or FALSE)Boolean
less thanless than <number> of the following are TRUE (or FALSE)Boolean
other thanother than <number> of the following are TRUE (or FALSE)Boolean
nonenone of the following are TRUE (or FALSE)Boolean

Append condition templates allow the rule conditions to be appended with other conditions.

andand <condition>na
oror <condition>na