Package com.microstrategy.webapi
Interface EnumDSSXMLKeepSort
-
public interface EnumDSSXMLKeepSort
This interface defines the enumeration constants used to specify how to treat Sorts defined in the original unit when performing drilling.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlKeepSortDefinition
Specifies a flag not to modify the original sort definition.static int
DssXmlKeepSortOrder
Specifies a flag to modify the sort in an attempt to keep rows in their original order.
-
-
-
Field Detail
-
DssXmlKeepSortDefinition
static final int DssXmlKeepSortDefinition
Specifies a flag not to modify the original sort definition.- See Also:
- Constant Field Values
-
DssXmlKeepSortOrder
static final int DssXmlKeepSortOrder
Specifies a flag to modify the sort in an attempt to keep rows in their original order.- See Also:
- Constant Field Values
-
-