UseNumObservations: Boolean;
UseNumObservations: boolean;
The UseNumObservations property determines whether the constraints are imposed on the minimum number of observation in the common period.
The property is relevant, if the aggregation is calculated on the common data period, that is IMsCrossDimensionAggregationOptions.UseCommon = True.
Available values:
True. The constraint is imposed on the minimum number of observations in the common period. Minimum number of observations is determined by the IMsCrossDimensionAggregationOptions.NumObservations property.
False. Default value. The constraint of the minimum number of observations in the common period is missing.
The property use is given in the example for IMsCrossDimensionAggregationOptions.SkipIfWholeWeightIsEmpty.
See also: