Interface EnumDSSXMLOrderParentFirst


  • public interface EnumDSSXMLOrderParentFirst
    Used by the "Sort" manipulation, for custom group sorting (sorts of type DssSortTypeCustomGroupDefault), to specify, as a property of the sort object, whether the parent elements should be placed before or after the related child elements.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • DssXmlOrderParentFirstReserved

        static final int DssXmlOrderParentFirstReserved
        Reserved value.
        See Also:
        Constant Field Values
      • DssXmlOrderParentFirstDefault

        static final int DssXmlOrderParentFirstDefault
        Specifies that the decision is to be made based on the value of the IsParentFirst property of the custom group object.
        See Also:
        Constant Field Values
      • DssXmlOrderParentFirstTrue

        static final int DssXmlOrderParentFirstTrue
        Specifies to order the parent first.
        See Also:
        Constant Field Values
      • DssXmlOrderParentFirstFalse

        static final int DssXmlOrderParentFirstFalse
        Specifies to order the child first.
        See Also:
        Constant Field Values