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