MicroStrategy ONE
Not Between
Returns TRUE
if a specified value does not lie in between two given boundaries.
Syntax
Value
Not Between
Boundary1
and
Boundary2
Where:
Value
, Boundary1
, and Boundary2
must be of the same data type. They can be of any data type that MicroStrategy supports.
Example
Year not between 2000 and 2005
Returns TRUE if Year = 1999