not

The not operator inverses a Boolean value.

Operator format

not(Boolean value)

  • value: the Boolean value which is inversed.

not example

not(True)

The formula returns the Boolean value False.