Package com.microstrategy.webapi
Interface EnumDSSXMLAggregation
-
public interface EnumDSSXMLAggregationThis interface defines the enumeration constants used to describe the way of aggregating values in a dimensionality unit.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlAggregationFirstInFactSelect first in range from the fact table.static intDssXmlAggregationFirstInRelationshipSelect first in range from the relationship table.static intDssXmlAggregationLastInFactSelect last in range from the fact table.static intDssXmlAggregationLastInRelationshipSelect last in range from the relationship table.static intDssXmlAggregationNormalUnit is aggregated in the normal manner.static intDssXmlAggregationReserved
-
-
-
Field Detail
-
DssXmlAggregationReserved
static final int DssXmlAggregationReserved
- See Also:
- Constant Field Values
-
DssXmlAggregationNormal
static final int DssXmlAggregationNormal
Unit is aggregated in the normal manner.- See Also:
- Constant Field Values
-
DssXmlAggregationFirstInFact
static final int DssXmlAggregationFirstInFact
Select first in range from the fact table.- See Also:
- Constant Field Values
-
DssXmlAggregationLastInFact
static final int DssXmlAggregationLastInFact
Select last in range from the fact table.- See Also:
- Constant Field Values
-
DssXmlAggregationFirstInRelationship
static final int DssXmlAggregationFirstInRelationship
Select first in range from the relationship table.- See Also:
- Constant Field Values
-
DssXmlAggregationLastInRelationship
static final int DssXmlAggregationLastInRelationship
Select last in range from the relationship table.- See Also:
- Constant Field Values
-
-