Package com.microstrategy.webapi
Interface EnumDSSXMLKeepIndependent
-
public interface EnumDSSXMLKeepIndependent
This interface defines the enumeration constants used to specify the interaction of metric qualifications and the user filter when drilling. This property comes into play only when the reportFilter property of the drill action is set toEnumDSSXMLReportFilter.DssXmlReportFilterApply
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlKeepIndependentClear
static int
DssXmlKeepIndependentDefault
static int
DssXmlKeepIndependentReserved
static int
DssXmlKeepIndependentSet
-
-
-
Field Detail
-
DssXmlKeepIndependentReserved
static final int DssXmlKeepIndependentReserved
- See Also:
- Constant Field Values
-
DssXmlKeepIndependentDefault
static final int DssXmlKeepIndependentDefault
- See Also:
- Constant Field Values
-
DssXmlKeepIndependentSet
static final int DssXmlKeepIndependentSet
- See Also:
- Constant Field Values
-
DssXmlKeepIndependentClear
static final int DssXmlKeepIndependentClear
- See Also:
- Constant Field Values
-
-