Hi Leigh,
can you clarify what you are trying to achieve, perhaps with a short example of the before and after data?
In the interim, here is an example of using the Aggregate node to total some data using multiple grouping fields ...
The following example data can be copied into a Create Data node (use Ctrl-A to select the default data and then Ctrl-V to paste it in):
Name,Gender,Retired,Fruit:int
Ann,F,N,2
Bob,M,Y,4
Chuck,M,N,1
Dave,M,Y,2
Emily,F,Y,1
Freda,F,N,3
Gerry,M,N,0
Helen,F,Y,2
Irene,F,N,1
Jack,M,Y,3
The node's output data should look like the following:
![]()
An Aggregate node can then be added to the canvas and connected to the output of the Create Data node.
![]()
The Aggregate node can be configured to group the data by the 'Gender' and 'Retired' fields and calculate the sum of the 'Fruit' field for each sub-group: