Interface EnumRWGroupByTypes


  • public interface EnumRWGroupByTypes
    Group by group type constants.
    Since:
    MicroStrategy Web 8.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int RWGROUP_ATTRIBUTE
      Denotes group based on the attribute values
      static int RWGROUP_CONSOLIDATION
      Denotes group based on the consolidation values
      static int RWGROUP_CUSTOMGROUP
      Denotes group based on the custom group values
      static int RWGROUP_SPECIAL
      This constant denotes special groups such as page, document and body
    • Field Detail

      • RWGROUP_SPECIAL

        static final int RWGROUP_SPECIAL
        This constant denotes special groups such as page, document and body
        See Also:
        Constant Field Values
      • RWGROUP_ATTRIBUTE

        static final int RWGROUP_ATTRIBUTE
        Denotes group based on the attribute values
        See Also:
        Constant Field Values
      • RWGROUP_CONSOLIDATION

        static final int RWGROUP_CONSOLIDATION
        Denotes group based on the consolidation values
        See Also:
        Constant Field Values
      • RWGROUP_CUSTOMGROUP

        static final int RWGROUP_CUSTOMGROUP
        Denotes group based on the custom group values
        See Also:
        Constant Field Values