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