Hi, I show a table in the app, as a list, and I want to show the sum of a column. Per list, not per row.
How to do this?
@baruchiro - could you clarify where you want to “show” this sum? In a view, report, etc?
baruchiro:
I want to show the sum of a column. Per list, not per row
Basically, you should be able to just use SUM(Table[col])
see:
Plus… appsheet.com/support is a great place to find information.
Available at the top of this community site as well.
