Package com.microstrategy.web.objects
Interface EnumWebCustomGroupDisplayOptions
-
public interface EnumWebCustomGroupDisplayOptions
This enumeration is used for the different display options that can be set on a custom group element- Since:
- MicroStrategy Web 8.1.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
ShowElementNamesIndividualItemsAndExpandItems
Show the element names, individual items within this element and also expand these individual items if possible.static int
ShowOnlyElementNames
Show only the element names on the reportstatic int
ShowOnlyIndividualItems
Show only the individual items within this elementstatic int
ShowOnlyIndividualItemsAndExpandItems
Show only the individual items within this element and also expand these individual items if possible (applicable only in banding qualification)
-
-
-
Field Detail
-
ShowOnlyElementNames
static final int ShowOnlyElementNames
Show only the element names on the report- See Also:
- Constant Field Values
-
ShowOnlyIndividualItems
static final int ShowOnlyIndividualItems
Show only the individual items within this element- See Also:
- Constant Field Values
-
ShowOnlyIndividualItemsAndExpandItems
static final int ShowOnlyIndividualItemsAndExpandItems
Show only the individual items within this element and also expand these individual items if possible (applicable only in banding qualification)- See Also:
- Constant Field Values
-
ShowElementNamesIndividualItemsAndExpandItems
static final int ShowElementNamesIndividualItemsAndExpandItems
Show the element names, individual items within this element and also expand these individual items if possible.- See Also:
- Constant Field Values
-
-