Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.