Package com.microstrategy.webapi
Interface EnumDSSXMLAggregation
-
public interface EnumDSSXMLAggregation
This 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 int
DssXmlAggregationFirstInFact
Select first in range from the fact table.static int
DssXmlAggregationFirstInRelationship
Select first in range from the relationship table.static int
DssXmlAggregationLastInFact
Select last in range from the fact table.static int
DssXmlAggregationLastInRelationship
Select last in range from the relationship table.static int
DssXmlAggregationNormal
Unit is aggregated in the normal manner.static int
DssXmlAggregationReserved
-
-
-
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
-
-