MicroStrategy ONE
Not Equal (<>)
Returns TRUE if two given values are not equal to each other.
Syntax
Arg1 <> Arg2
Where:
Arg1 and Arg2 are attributes, facts, metrics representing a list of numbers, text strings, date/time, or functions that return literal values. Arg1 and Arg2 must be of the same data type.
Example
A condition is defined as:
Profit <> Cost
This condition returns TRUE only if the profit is not equal to the cost.
