Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Learn more about the logical functions AND, OR, NOT, logical values TRUE, FALSE, and the special meta-value UNKNOWN. 

Overview

Function / valueDescription
ANDReturns TRUE if all its arguments evaluate to TRUE; it returns FALSE if one or more arguments evaluate to FALSE.
NOTReverses the value of its boolean argument.
ORReturns TRUE if at least one of its arguments evaluates to TRUE; it returns FALSE if none of the arguments evaluate to TRUE.
UNKNOWNUse the '?' (question mark), representing UNKNOWN

...

, to check if an expression or an attribute has a value.
TRUEThis is the boolean value TRUE.
FALSEThis is the boolean value FALSE.

Functions

Include Page

...

Logical function

...

AND

...

Logical function

...

AND


Include Page

...

Logical function

...

OR

...

Logical function

...

OR


Include Page

...

Logical function

...

NOT

...

Logical function

...

NOT


Include Page

...

Logical function values

...

UNKNOWN, TRUE, FALSE

...

...

Logical function values

...

UNKNOWN, TRUE, FALSE

...