UseNumObservations: Boolean;
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 in 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. 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: