IMsCrossDimensionAggregationTransform.CompositionRelevanceExpression

Syntax

CompositionRelevanceExpression: IExpression;

Description

The CompositionRelevanceExpression property determines an expression for calculating aggregation relevance.

Comments

When this expression is set, the IMsCrossDimensionAggregationOptions.Threshold property value must be determined. If the sum of the CompositionRelevanceExpression values divided by the sum of all values is less then the value of IMsCrossDimensionAggregationOptions.Threshold, the aggregation is not calculated.

The collection of elements that can be used in the expression is returned by the IMsCrossDimensionAggregationTransform.CompositionRelevanceOperands property.

Example

The property use is given in the example for IMsCrossDimensionAggregationTransform.AppliesToExpression.

See also:

IMsCrossDimensionAggregationTransform