How do I count or sum the content of multiple table rows?

Hey @victoria, thank you for your reply, I tried so many times and it was so simple! :expressionless:
I did change the name but I had to add more parenthesis

{{_.sum(table2.data.map(d=>_.parseInt(d.Total)))}}

1 Like

Ah yup! Pesky parentheses. Good catch :slightly_smiling_face:

HI i have a table where i need to sum only the select row and for selected columns only how can i do that

only the edited columns data need to sum and only selected row in table

Thanks this i have resolved

1 Like

Just a brief update that in our new table component, summing up table columns in a "summary row" should now be much easier to configure! Check out this comment :slightly_smiling_face: