Assembly: Ms;
Namespace: Prognoz.Platform.Interop.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 | |
| The FillGapsUserMethod property determines a custom missing data treatment method. | ||
| The FillGapsUserMethodParams property returns parameters of custom missing data treatment method. | ||
| The FollowHierarchy property determines whether to calculate aggregation taking into account hierarchy. | ||
| The IncludeOnlyChild property determines whether to calculate aggregation only one level down the hierarchy. | ||
| The IncludeParent property determines whether to take into account a source hierarchy element in aggregation. | ||
| The KeepSegment property determines whether to calculate the KeepSegment function. | ||
| The Level property determines whether to use the Level function for aggregation calculation. | ||
| The LevelValue property determines the initial value to be used to calculate the Level function. | ||
| The NumObservations property determines the minimum number of observations in the total period of aggregated data. | ||
| The Percentile property determines the percentile that is used to determine the acceptability threshold. | ||
| The Rebase property determines whether to use the Rebase function for aggregation calculation. | ||
| The RebaseDate property determines a base period for calculating aggregation. | ||
| The RebaseDateParamId property determines the parameter that sets a base period for calculating aggregation. | ||
| The SkipIfWholeWeightIsEmpty property determines whether a series is excluded from aggregation if all series weights are empty. | ||
| The Threshold property determines a value of the threshold, which determines aggregation relevance. | ||
| The TreatEmptyCompositionRelevanceAs property determines the value that is used to fill missing data of aggregation calculation threshold. | ||
| The TreatEmptyWeightsAs property determines the value that is used to fill missing data in aggregation weights. | ||
| The UseCommon property determines whether the common period for calculating aggregation is used. | ||
| Outdated. | ||
| The UseNumObservations property determines whether the constraints are imposed on the minimum number of observations in the common period. |
See also: