Logic/Conditions

NOT – Return logical opposite of parameter

74 views June 1, 2018 admin 0

Overview

This Custom Field performs a logical ‘NOT’ operation on the given parameter. It returns the logical opposite of the first parameter.

Syntax

NOT(FIELDSTR(myflag))

NOT(TRUE)

Example

myflag  NOT(FIELDSTR(myflag))
TRUE FALSE
FALSE TRUE

See also

AND

OR

IF

Was this helpful?