Assembly: Ms;
The IMsCrossDimensionAggregationOptions interface contains properties that are used to set up advanced parameters of extended aggregation.
IMsCrossDimensionAggregationOptions
To get additional aggregation parameters, use the IMsCrossDimensionAggregationTransform.Options property.
| Property name | Brief description | |
| FillGapsUserMethod | The FillGapsUserMethod property determines a custom missing data treatment method. | |
| FillGapsUserMethodParams | The FillGapsUserMethodParams property returns parameters of custom missing data treatment method. | |
| FollowHierarchy | The FollowHierarchy property determines whether hierarchy is taken into account on aggregation calculation. | |
| IncludeOnlyChild | The IncludeOnlyChild property determines whether to calculate aggregation only one level down the hierarchy. | |
| IncludeParent | The IncludeParent property determines whether to take into account a source hierarchy element in aggregation | |
| KeepSegment | The KeepSegment property determines whether the KeepSegment function is calculated. | |
| Level | The Level property determines whether the Level function is used to calculate aggregation. | |
| LevelValue | The LevelValue property determines the initial value to be used to calculate the Level function. | |
| NumObservations | The NumObservations property determines the minimum number of observations in the total period of aggregated data. | |
| Percentile | The Percentile property determines the percentile that is used to determine the acceptability threshold. | |
| Rebase | The Rebase property determines whether the Rebase function is used to calculate aggregation. | |
| RebaseDate | The RebaseDate property determines a base period for calculating aggregation. | |
| RebaseDateParamId | The RebaseDateParamId property determines the parameter that sets a base period for calculating aggregation. | |
| SkipIfWholeWeightIsEmpty | The SkipIfWholeWeightIsEmpty property determines whether a series is excluded from aggregation if all series weights are empty. | |
| Threshold | The Threshold property determines a value of the threshold, which determines aggregation relevance. | |
| TreatEmptyCompositionRelevanceAs | The TreatEmptyCompositionRelevanceAs property determines the value that is used to fill missing data of aggregation calculation threshold. | |
| TreatEmptyWeightsAs | The TreatEmptyWeightsAs property determines the value that is used to fill missing data in aggregation weights. | |
| UseCommon | The UseCommon property determines whether the common period for calculating aggregation is used. | |
| UseNumObservations | The UseNumObservations property determines whether the constraints are imposed on the minimum number of observations in the common period. |
See also: