MicroStrategy ONE
Not Begins With
Returns TRUE
if a text string does not begin with a specified text pattern.
Syntax
Arg1
Not Begins With
Arg2
Where:
Arg1
and Arg2
must be of data type Text.
Example
Region@DESC Not Begins with "South"
Returns TRUE if region is "Northeast", "North", and so on.