Add Column

Can we sum values in a specific column? How?

To handle this requirement, you can use either the Group By or Memory Group By step and apply the aggregate function SUM.

1 Like