Skip to main content

Supported operators for metric limits

The table below lists the operators/functions that can be used to define metric limits when you are creating reports and cube instances with REST APIs (sometimes referred to as JSON Data API).

MicroStrategy Web FunctionsREST API OperatorsFunctionOperands Count
EqualsEquals=2
Does not equalNotEqual!=2
Greater thanGreater>2
Less thanLess<2
Greater than or equal toGreaterEqual>=2
Less than or equal toLessEqual<=2
BetweenBetween3
Not betweenNotBetween3
Is nullIsNullnull1
Is not nullIsNotNullnotnull1
HighestRant.Top2
LowestRank.Bottom2
Highest (%)Percent.Top2
Lowest (%)Percent.Bottom2