Package com.microstrategy.webapi
Interface EnumDSSXMLThresholdScope
- 
public interface EnumDSSXMLThresholdScope- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssThresholdScopeMetricAndSubtotalThreshold applies to both metric and subtotal values in its gridstatic intDssThresholdScopeMetricOnlyThreshold applies only to metric values in its gridstatic intDssThresholdScopeSubtotalOnlyThreshold 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
 
 
 - 
 
 -