Package com.microstrategy.webapi
Interface EnumDSSXMLDrillQual
- 
public interface EnumDSSXMLDrillQualThis interface defines the enumeration constants used to specify the drill action with respect to metric qualification on the report filter.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlDrillQualBothSpecifies a flag indicating the qualification is applied at both new and old levels.static intDssXmlDrillQualNewSpecifies a flag indicating the qualification is moved to the level of the new template unit.static intDssXmlDrillQualOldSpecifies a flag indicating the qualification remains at its original level. 
 - 
 
- 
- 
Field Detail
- 
DssXmlDrillQualOld
static final int DssXmlDrillQualOld
Specifies a flag indicating the qualification remains at its original level.- See Also:
 - Constant Field Values
 
 
- 
DssXmlDrillQualNew
static final int DssXmlDrillQualNew
Specifies a flag indicating the qualification is moved to the level of the new template unit.- See Also:
 - Constant Field Values
 
 
- 
DssXmlDrillQualBoth
static final int DssXmlDrillQualBoth
Specifies a flag indicating the qualification is applied at both new and old levels.- See Also:
 - Constant Field Values
 
 
 - 
 
 -