Package com.microstrategy.web.app.beans
Interface EnumSubtotalState
- 
public interface EnumSubtotalStateEnumeration that represents the different state of the subtotal. Used in theSubtotalsEditorBean- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intSubtotalStateAcrossLevelstatic intSubtotalStateByPositionstatic intSubtotalStateGroupBystatic intSubtotalStateInActive 
 - 
 
- 
- 
Field Detail
- 
SubtotalStateInActive
static final int SubtotalStateInActive
- See Also:
 - Constant Field Values
 
 
- 
SubtotalStateByPosition
static final int SubtotalStateByPosition
- See Also:
 - Constant Field Values
 
 
- 
SubtotalStateAcrossLevel
static final int SubtotalStateAcrossLevel
- See Also:
 - Constant Field Values
 
 
- 
SubtotalStateGroupBy
static final int SubtotalStateGroupBy
- See Also:
 - Constant Field Values
 
 
 - 
 
 -