MicroStrategy ONE
Equal (=)
Returns TRUE if the two given values are 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 if the profit is equal to the cost.
