NumObservations: Integer;
NumObservations: uinteger;
The NumObservations property determines the minimum number of observations in the total period of aggregated data.
The property is relevant if the constrain is imposed on the minimum number of observations in the common period of aggregated data, that is, IMsCrossDimensionAggregationOptions.UseNumObservations = True.
The default value is three observations.
The property use is given in the example for IMsCrossDimensionAggregationOptions.SkipIfWholeWeightIsEmpty.
See also: