Package com.microstrategy.webapi
Interface EnumDSSXMLThresholdScope
-
public interface EnumDSSXMLThresholdScope
- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssThresholdScopeMetricAndSubtotal
Threshold applies to both metric and subtotal values in its gridstatic int
DssThresholdScopeMetricOnly
Threshold applies only to metric values in its gridstatic int
DssThresholdScopeSubtotalOnly
Threshold applies only to subtotal values in its grid
-
-
-
Field Detail
-
DssThresholdScopeMetricOnly
static final int DssThresholdScopeMetricOnly
Threshold applies only to metric values in its grid- See Also:
- Constant Field Values
-
DssThresholdScopeSubtotalOnly
static final int DssThresholdScopeSubtotalOnly
Threshold applies only to subtotal values in its grid- See Also:
- Constant Field Values
-
DssThresholdScopeMetricAndSubtotal
static final int DssThresholdScopeMetricAndSubtotal
Threshold applies to both metric and subtotal values in its grid- See Also:
- Constant Field Values
-
-