Adding up dynamic values from a table

Hey everyone, I’m new to Bubble and have really appreciated these forums. I’m a little stuck on something I think should be pretty simple …

I’m building a financial budget app and have a table that has some cell values directly from the database, as well as some that are being calculated by row. Here’s a screenshot:

On each row I’m creating a subtotal of sales (each row’s price * number sold).
What I need to work out is how to add up all the SubTotal amounts so I can store that in a Custom State.

Any thoughts or feedback would be much appreciated. Cheers!

You can simply use RG each item sub total sum

Thanks, but I’m using a Table rather than a RepeatingGroup …

You can use the same login table_name each item sub total sum

This topic was automatically closed after 70 days. New replies are no longer allowed.