com.microstrategy.webapi.EnumDSSXMLSubtotalsPosition |
Places to which a sort-key could collate a subtotal element.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlSubtotalsPositionFirst | Put subtotal rows before ordinary rows. | |||||||||
int | DssXmlSubtotalsPositionInherit | Use the same subtotal position as was used for the previous sort in the collection. | |||||||||
int | DssXmlSubtotalsPositionLast | Put subtotal rows after ordinary rows. | |||||||||
int | DssXmlSubtotalsPositionMix | No special treatment for subtotal element. |
Put subtotal rows before ordinary rows.
Use the same subtotal position as was used for the previous sort in the collection.
Put subtotal rows after ordinary rows.
No special treatment for subtotal element.