com.microstrategy.webapi.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.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlOrderParentFirstDefault | Specifies that the decision is to be made based on the value of the IsParentFirst property of the custom group object. | |||||||||
int | DssXmlOrderParentFirstFalse | Specifies to order the child first. | |||||||||
int | DssXmlOrderParentFirstReserved | Reserved value. | |||||||||
int | DssXmlOrderParentFirstTrue | Specifies to order the parent first. |
Specifies that the decision is to be made based on the value of the IsParentFirst property of the custom group object.
Specifies to order the child first.
Reserved value.
Specifies to order the parent first.