Newer Version Available

This content describes an older version of this product. View Latest

Expression Set Aggregation Step Input

Input representation of an aggregation step in an expression set.
Root XML tag
<ExpressionSetAggregationStepInput>
JSON example
1"aggregation" : {
2"aggergatedParameter" : "v1",
3"aggregateFunction" : "Sum",
4"expression" : "SUM ( v2 )"
5}
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