Package com.microstrategy.webapi
Interface EnumDSSXMLSubtotalStyle
-
public interface EnumDSSXMLSubtotalStyle
Style for subtotals on an axis of a template.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlSubtotalCube
Add subtotals for every possible combination of units on the axis.static int
DssXmlSubtotalGrandTotal
Add a subtotal at the outermost level of the axis.static int
DssXmlSubtotalNone
No subtotal appears on the axis (the default setting).static int
DssXmlSubtotalOutline
Add an subtotal at every level of the axis.
-
-
-
Field Detail
-
DssXmlSubtotalNone
static final int DssXmlSubtotalNone
No subtotal appears on the axis (the default setting).- See Also:
- Constant Field Values
-
DssXmlSubtotalGrandTotal
static final int DssXmlSubtotalGrandTotal
Add a subtotal at the outermost level of the axis.- See Also:
- Constant Field Values
-
DssXmlSubtotalOutline
static final int DssXmlSubtotalOutline
Add an subtotal at every level of the axis.- See Also:
- Constant Field Values
-
DssXmlSubtotalCube
static final int DssXmlSubtotalCube
Add subtotals for every possible combination of units on the axis.- See Also:
- Constant Field Values
-
-