[]
        
(Showing Draft Content)

Aggregate

Aggregate2

The Aggregate command is used to group rows based on one or more columns. When rows have equal values in the grouping column(s), the aggregation is applied over the values in the aggregation field.

AggregateIllustration

Configuration

Aggregate Configuration

After you add an Aggregate ETL command to the ETL designer and connect an input to it, you need to provide:

  • The column(s) to group by

  • The aggregation column

  • The new column name

  • The aggregation method. The supported methods are: Sum, Average, Maximum, Minimum, Count, Count Distinct Values, Count including nulls, Join Into a String, Median, Standard deviation.