MicroStrategy ONE
Not Like
Returns TRUE
if a text string does not match the specified text pattern; otherwise, returns FALSE
.
Syntax
Arg1
Not Like
Arg2
Where:
Arg1
and Arg2
must be of data type Text.
Example
Region@DESC not like "South%"
Returns TRUE if region is "Northeast", "North", "Mid South", and so on.