UseNumObservations: Boolean;
The UseNumObservations property determines whether the constraints are imposed on the minimum number of observations in the common period.
The property is relevant if aggregation is calculated at the common data period, that is, the IMsCrossDimensionAggregationOptions.UseCommon property is set to True.
Available values:
True. The constraint is imposed on the minimum number of observations in the common period. The 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: