Package com.microstrategy.web.objects
Interface EnumWebMRPFunction
-
public interface EnumWebMRPFunction
This Enumeration contains constants which are used in Metric, Rank, and Percent-related functionality.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
WebMRPFunctionBanding
Specifies the "Banding Size" function when using MRPstatic int
WebMRPFunctionBandingC
Specifies the "Banding Count" function when using MRPstatic int
WebMRPFunctionBandingM
Specifies the "Banding for each distinct metric value" function when using MRPstatic int
WebMRPFunctionBandingP
Specifies the "Banding Points" function when using MRPstatic int
WebMRPFunctionBetween
Specifies the "between" function.static int
WebMRPFunctionBetweenDescending
Specifies the "between" function for descending rank/percentage.static int
WebMRPFunctionBottom
Specifies the "bottom" function.static int
WebMRPFunctionDifferentFrom
Specifies the "different from" function.static int
WebMRPFunctionDifferentFromDescending
Specifies the "not equals" function for descending rank/percentage.static int
WebMRPFunctionEquals
Specifies the "equals" function.static int
WebMRPFunctionEqualsDescending
Specifies the "equals" function for descending rank/percentage.static int
WebMRPFunctionExcludeBottom
Specifies the "exclude bottom" function.static int
WebMRPFunctionExcludeTop
Specifies the "exclude top" function.static int
WebMRPFunctionGreaterEqualAscending
Specifies the "greater equal" function for ascending rank/percentage.static int
WebMRPFunctionGreaterEqualDescending
Specifies the "greater equal" function for descending rank/percentage.static int
WebMRPFunctionInAscending
Specifies the "in" function for ascending rank/percentage.static int
WebMRPFunctionInDescending
Specifies the "in" function for descending rank/percentage.static int
WebMRPFunctionLessAscending
Specifies the "less" function for ascending rank/percentage.static int
WebMRPFunctionLessDescending
Specifies the "less" function for descending rank/percentage.static int
WebMRPFunctionNotBetween
Specifies the "not between" function.static int
WebMRPFunctionNotBetweenDescending
Specifies the "not between" function for descending rank/percentage.static int
WebMRPFunctionNotInAscending
Specifies the "not in" function for ascending rank/percentage.static int
WebMRPFunctionNotInDescending
Specifies the "not in" function for descending rank/percentage.static int
WebMRPFunctionReserved
Reserved for future use.static int
WebMRPFunctionTop
Specifies the "top" function.
-
-
-
Field Detail
-
WebMRPFunctionReserved
static final int WebMRPFunctionReserved
Reserved for future use.- See Also:
- Constant Field Values
-
WebMRPFunctionTop
static final int WebMRPFunctionTop
Specifies the "top" function.- See Also:
- Constant Field Values
-
WebMRPFunctionBottom
static final int WebMRPFunctionBottom
Specifies the "bottom" function.- See Also:
- Constant Field Values
-
WebMRPFunctionBetween
static final int WebMRPFunctionBetween
Specifies the "between" function.- See Also:
- Constant Field Values
-
WebMRPFunctionExcludeTop
static final int WebMRPFunctionExcludeTop
Specifies the "exclude top" function.- See Also:
- Constant Field Values
-
WebMRPFunctionExcludeBottom
static final int WebMRPFunctionExcludeBottom
Specifies the "exclude bottom" function.- See Also:
- Constant Field Values
-
WebMRPFunctionNotBetween
static final int WebMRPFunctionNotBetween
Specifies the "not between" function.- See Also:
- Constant Field Values
-
WebMRPFunctionEquals
static final int WebMRPFunctionEquals
Specifies the "equals" function.- See Also:
- Constant Field Values
-
WebMRPFunctionDifferentFrom
static final int WebMRPFunctionDifferentFrom
Specifies the "different from" function.- See Also:
- Constant Field Values
-
WebMRPFunctionBanding
static final int WebMRPFunctionBanding
Specifies the "Banding Size" function when using MRP- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebMRPFunctionBandingC
static final int WebMRPFunctionBandingC
Specifies the "Banding Count" function when using MRP- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebMRPFunctionBandingP
static final int WebMRPFunctionBandingP
Specifies the "Banding Points" function when using MRP- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebMRPFunctionBandingM
static final int WebMRPFunctionBandingM
Specifies the "Banding for each distinct metric value" function when using MRP- Since:
- MicroStrategy Web 9.0.0
- See Also:
- Constant Field Values
-
WebMRPFunctionBetweenDescending
static final int WebMRPFunctionBetweenDescending
Specifies the "between" function for descending rank/percentage.- See Also:
- Constant Field Values
-
WebMRPFunctionNotBetweenDescending
static final int WebMRPFunctionNotBetweenDescending
Specifies the "not between" function for descending rank/percentage.- See Also:
- Constant Field Values
-
WebMRPFunctionEqualsDescending
static final int WebMRPFunctionEqualsDescending
Specifies the "equals" function for descending rank/percentage.- See Also:
- Constant Field Values
-
WebMRPFunctionDifferentFromDescending
static final int WebMRPFunctionDifferentFromDescending
Specifies the "not equals" function for descending rank/percentage.- See Also:
- Constant Field Values
-
WebMRPFunctionGreaterEqualAscending
static final int WebMRPFunctionGreaterEqualAscending
Specifies the "greater equal" function for ascending rank/percentage.- See Also:
- Constant Field Values
-
WebMRPFunctionGreaterEqualDescending
static final int WebMRPFunctionGreaterEqualDescending
Specifies the "greater equal" function for descending rank/percentage.- See Also:
- Constant Field Values
-
WebMRPFunctionLessAscending
static final int WebMRPFunctionLessAscending
Specifies the "less" function for ascending rank/percentage.- See Also:
- Constant Field Values
-
WebMRPFunctionLessDescending
static final int WebMRPFunctionLessDescending
Specifies the "less" function for descending rank/percentage.- See Also:
- Constant Field Values
-
WebMRPFunctionInAscending
static final int WebMRPFunctionInAscending
Specifies the "in" function for ascending rank/percentage.- See Also:
- Constant Field Values
-
WebMRPFunctionInDescending
static final int WebMRPFunctionInDescending
Specifies the "in" function for descending rank/percentage.- See Also:
- Constant Field Values
-
WebMRPFunctionNotInAscending
static final int WebMRPFunctionNotInAscending
Specifies the "not in" function for ascending rank/percentage.- See Also:
- Constant Field Values
-
WebMRPFunctionNotInDescending
static final int WebMRPFunctionNotInDescending
Specifies the "not in" function for descending rank/percentage.- See Also:
- Constant Field Values
-
-