IMsCrossDimensionAggregationOptions.TreatEmptyWeightsAs

Syntax

TreatEmptyWeightsAs: Double;

Description

The TreatEmptyWeightsAs property determines the value that is used to substitute missing data in aggregation weights.

Comments

The default value is Double.Nan.

If the property is set to 0, the series with empty values in weights will be ignored on aggregation calculation. To exclude from calculation the series, for which all weight values are empty, set the IMsCrossDimensionAggregationOptions.SkipIfWholeWeightIsEmpty property to True.

Example

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

See also:

IMsCrossDimensionAggregationOptions