Expression Set Aggregation Step Input

Input representation of an aggregation step in an expression set.
Root XML tag
<ExpressionSetAggregationStepInput>
JSON example
"aggregation" : {
"aggergatedParameter" : "v1",
"aggregateFunction" : "Sum",
"expression" : "SUM ( v2 )"
}
Properties
Name Type Description Required or Optional Available Version
aggergated​Parameter String Expression set version variable that’s present on the right side of the aggregation step. Required 58.0
aggregate​Function 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