NOT

From AgileApps Support Wiki
Revision as of 22:20, 25 August 2009 by imported>Evelyn
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The NOT function reverses the value of its Boolean argument. For example, a FALSE value is returned as TRUE.

Syntax
NOT(logical)
Return
TRUE or FALSE
Example
NOT(TRUE) = FALSE
NOT(FALSE) = TRUE