WeightsExpression: IExpression;
WeightsExpression: Prognoz.Platform.Interop.ForeSystem.IExpression;
The WeightsExpression property determines the expression used to calculate aggregation weights.
The WeightsExpression value is taken into account, if weighted aggregation method (for example weighted sum) is selected.
Collection of the elements, which can be used in the expression, is returned by the IMsCrossDimensionAggregationTransform.WeightsOperands property.
The property use is given in the example for IMsCrossDimensionAggregationTransform.AppliesToExpression.
See also: