IMsCrossDimensionAggregationTransform.CompositionRelevanceExpression

Fore Syntax

CompositionRelevanceExpression: IExpression;

Fore.NET Syntax

CompositionRelevanceExpression: Prognoz.Platform.Interop.ForeSystem.IExpression;

Description

The CompositionRelevanceExpression property determines the expression for calculating aggregation relevance.

Comments

On set this expression 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.

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