hi guys, I am trying to calculate the sum of a repeating group where I use a custom state to determine the Qty…
I know I can calculate the sum of the Qty by saving those into the DB and then using :sum, but I am afraid of performance…(imaging saving into the DB every time I hit + or -).
is there another way to do this? thanks

