- Help Center
- Operations
- Logical
NOT Operation
How to use the NOT operation for Computed Attributes
Definition
The NOT operation returns the opposite of the provided logical value.
Example
NOT(true)
Result:
false
Syntax Guide
NOT(logical_expression)
logical_expression - An expression that represents some logical value, i.e. TRUE or FALSE