MicroStrategy ONE
Or
Returns FALSE
if both the specified conditions are FALSE
; else returns TRUE
.
Syntax
Arg1
Or
Arg2
Where:
Arg1
and Arg2
are conditional expressions. 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:
(Cost <= 1000) Or (Freight <= 500)
This condition returns FALSE only if the Cost is greater than 1000, and the Freight is greater than 500.