How to calculate the sum of all values within a single column within a repeating group

Hi!
I have a repeating group. One of the columns in this repiting group shows numbers. I need to calculate the sum of all values inside this column outside of this repeating group.
How can this be implemented?

Are the numbers from the database?

yes, but I do not want to pull “total amont” doing search from database…I want to get it from repeating group.

Well. it’s the same thing anyway…

but just use RepeatingGroup's List of thing: each item's number field: sum

1 Like

Thank you very much! You are the best!

1 Like

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