Hi all,
I’m using Knime for some tasks instead of excel,
I have a table with
SUPPLIER | BOX
Supplier1| 1
Supplier1| 1
Supplier1| 4
Supplier1| 3
Supplier2| 2
Supplier2| 4
Supplier2| 3
Supplier3| 6
Supplier1| 4
I need that Knime make subtotal
SUPPLIER | BOX
Supplier1| the sum of each supplier1 rows
Supplier2| the sum of each supplier2 rows
Supplier3| the sum of each supplier3 rows
how can I solve?
thanks in advance for your support