Versions Compared

Key

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

NOT


Reverses the value of its boolean argument.


Syntax

Code Block
NOT argument


Input
  • argument - The boolean condition of which you want to reverse its value.


Return type

  • boolean


Examples

ExpressionResultType
NOT (TRUE)FALSEboolean
NOT (TRUE AND FALSE)TRUEboolean
NOT ( ? (= UNKNOWN) )UNKNOWNboolean
NOT (NOT (TRUE))TRUEboolean




Tip

Using brackets is not required, but advised to clearly indicate which boolean condition needs to be reversed.


Back to top

Panel

All logical functions

Children Display
pageLogical functions

Expression function reference

Children Display
pageExpression function reference