can i add all the rows of data for any particular column?

I have a table like this
Screenshot from 2020-12-10 13-35-51

Now I need to find out the total numbers of every individual
like:
Screenshot from 2020-12-10 13-39-17

Hi @PankajChaudhary,

to get the column sum for multiple columns you can use the Math Formula (Multi Column) node.

In the top part you can select the columns for which you want to calculate the column sum.
In the lower part you can define the mathematical operation you want to perform.
In your case you can use the expression COL_SUM($$CURRENT_COLUMN$$) and activate the checkbox Replace Selected columns.

Best
Kathrin

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.