UseCommon: Boolean;
UseCommon: boolean;
The UseCommon property determines whether the common period to calculate aggregation should be used.
Total period is a period, in which all aggregated series have data.
Available values:
True. Aggregation is calculated on the common data period. The following parameter allows to limit maximum number of observations in the common period: IMsCrossDimensionAggregationOptions.UseNumObservations.
False. Default value. Aggregation is calculated on the period of the model.
The property use is given in the example for IMsCrossDimensionAggregationOptions.SkipIfWholeWeightIsEmpty.
See also: