Expression Set Aggregation Step Input
- Root XML tag
- <ExpressionSetAggregationStepInput>
- JSON example
-
"aggregation" : { "aggergatedParameter" : "v1", "aggregateFunction" : "Sum", "expression" : "SUM ( v2 )" }
- Properties
-
Name Type Description Required or Optional Available Version aggergatedParameter String Expression set version variable that’s present on the right side of the aggregation step. Required 58.0 aggregateFunction String Aggregation function of the expression set. Valid values are:
- Avg
- Max
- Min
- Sum
Required 58.0 expression String Expression that’s present on the left side of the aggregation step. Required 58.0