Table of Contents

Aggregation

Block Group: Table Operations
Icon:Aggregation block icon

The Aggregation block returns a value that reflects the table records in the specified column.

For information on using dataflow blocks, see Dataflow.

For answers to some common questions about working with tables, see Tables.


Input/Output Properties

The following properties of the Aggregation block can take input and give output.

input receives the table in which you want to aggregate values.

column specifies the name of the table column.

method specifies the type of value to return. The value of the method property can be one of the following:


Output Property

The following property of the Aggregation block can give output but cannot take input.

output returns the output determined by the method property.


Example

The following image shows an example of the Aggregation block. In this example, the Aggregation block returns the sum of all values in column v2 of the input table.

Aggregation block example