NOT
Applies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6 CELONIS 4.7
Description
NOT
negates a logical expression.
Parentheses may be used to simply make the complete logical expression more readable, but can also be used to change the meaning of the complete logical expression. This is possible through the order of precedence for logical expressions, described in the functions and operators section.
Syntax
NOT (logical expression)
NULL handling
If the input expression is NULL, than the output value is true since it does not fulfill the logical expression.
Examples
[1] |
[2] |
[3]
|