Package com.microstrategy.webapi
Interface EnumDSSXMLSubtotalsPosition
-
public interface EnumDSSXMLSubtotalsPosition
Places to which a sort-key could collate a subtotal element.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlSubtotalsPositionFirst
Put subtotal rows before ordinary rows.static int
DssXmlSubtotalsPositionInherit
Use the same subtotal position as was used for the previous sort in the collection.static int
DssXmlSubtotalsPositionLast
Put subtotal rows after ordinary rows.static int
DssXmlSubtotalsPositionMix
No special treatment for subtotal element.
-
-
-
Field Detail
-
DssXmlSubtotalsPositionMix
static final int DssXmlSubtotalsPositionMix
No special treatment for subtotal element.- See Also:
- Constant Field Values
-
DssXmlSubtotalsPositionFirst
static final int DssXmlSubtotalsPositionFirst
Put subtotal rows before ordinary rows.- See Also:
- Constant Field Values
-
DssXmlSubtotalsPositionLast
static final int DssXmlSubtotalsPositionLast
Put subtotal rows after ordinary rows.- See Also:
- Constant Field Values
-
DssXmlSubtotalsPositionInherit
static final int DssXmlSubtotalsPositionInherit
Use the same subtotal position as was used for the previous sort in the collection.- See Also:
- Constant Field Values
-
-