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.
Returns TRUE (1) if logicalexpression is FALSE. Otherwise, it returns FALSE (0).
Syntax
NOT(logicalexpression)
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| logicalexpression |
Required |
String |
The logical expression to evaluate. |
Return value
Boolean
Example
NOT(Height > 0.75 in)
Returns 1 if Height is less than or equal to 0.75 inches. Returns 0 if Height is greater than 0.75 inches.