MicroStrategy ONE
Not Ends With
Returns TRUE if a text string does not end with the specified text pattern.
Syntax
Arg1 Not Ends With Arg2
Where:
Arg1 and Arg2 must be of Text data type.
Example
Region@DESC Not Ends With "East"
Returns TRUE if region is "Northwest", "West", and so on.
