NOT ER function

The NOT function returns the reversed logical value of the specified condition as a Boolean value.

Syntax

NOT (condition)

Arguments

condition: Boolean

A valid conditional expression that must be reversed.

Return values

Boolean

The resulting Boolean value.

Example

NOT (TRUE) returns FALSE.

Additional resources

Logical functions