MicroStrategy ONE
Greater Than or Equal (>=)
Returns TRUE
if the first value is greater than or equal to the second value.
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 greater than or equal to the cost.