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 TreatEmptyWeightsAs = 0, the series that have empty weights values are ignored on aggregation calculation. To exclude from calculation the series, for which all weights 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