IMsCrossDimensionAggregationOptions.NumObservations

Fore Syntax

NumObservations: Integer;

Fore.NET Syntax

NumObservations: uinteger;

Description

The NumObservations property determines the minimum number of observations in the total period of aggregated data.

Comments

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.

Fore and Fore.NET Examples

The property use is given in the example for IMsCrossDimensionAggregationOptions.SkipIfWholeWeightIsEmpty.

See also:

IMsCrossDimensionAggregationOptions