TreatEmptyWeightsAs: Double;
The TreatEmptyWeightsAs property determines the value that is used to substitute missing data in aggregation weights.
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.
The property use is given in the example for IMsCrossDimensionAggregationOptions.SkipIfWholeWeightIsEmpty.
See also: