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 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