Package com.microstrategy.webapi
Interface EnumDSSXMLSubtotalStyle
- 
public interface EnumDSSXMLSubtotalStyleStyle 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 intDssXmlSubtotalCubeAdd subtotals for every possible combination of units on the axis.static intDssXmlSubtotalGrandTotalAdd a subtotal at the outermost level of the axis.static intDssXmlSubtotalNoneNo subtotal appears on the axis (the default setting).static intDssXmlSubtotalOutlineAdd 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
 
 
 - 
 
 -