MicroStrategy ONE
Not
Returns TRUE
if the specified condition is FALSE
, and FALSE
if the condition is TRUE
.
Syntax
Not(
Arg1
)
Where:
Arg1
is the conditional expression. The condition can contain metrics, comparison and logical operations, and constants. The condition must be evaluated as TRUE
or FALSE
.
Example
A condition is defined as:
Not ((Profit <= 0))
This condition returns TRUE only if the profit is greater than zero.