IMsCrossDimensionAggregationTransform.CompositionRelevanceExpression

Fore Syntax

CompositionRelevanceExpression: IExpression;

Fore.NET Syntax

CompositionRelevanceExpression: Prognoz.Platform.Interop.ForeSystem.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 IMsCrossDimensionAggregationOptions.Threshold value, the aggregation is not calculated.

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

Fore and Fore.NET Examples

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

See also:

IMsCrossDimensionAggregationTransform