OR
Applies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6 CELONIS 4.7
Description
<left logical expression> OR <right logical expression>
evaluates to true, when either the left or the right hand side logical expression is true. Evaluates to false otherwise.
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
logical expression OR logical expression
NULL handling
If both logical expressions are NULL, false will be returned because none of the expressions could be fulfilled. If one of the expressions is NULL while the other one is not, the result of the non-NULL expression determines the output.
Examples
[1] |
[2] |
[3]
|