This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Basic types > Boolean operators

Boolean operators

Boolean expressions are trivalent (true, false and <null>). The result of all expressions which depend on more than one value of which at least one value is <null> equal to <null>, even if not all operands are <null>. To handle expressions containing <null> the functions isNull and ifNull are used (see Conditions). The conditional operators <,>,<= and >= are not implemented for boolean expressions.

More: