Package com.microstrategy.web.app.beans
Interface EnumSubtotalState
-
public interface EnumSubtotalState
Enumeration 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 int
SubtotalStateAcrossLevel
static int
SubtotalStateByPosition
static int
SubtotalStateGroupBy
static int
SubtotalStateInActive
-
-
-
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
-
-