I have a repeating group. In that group I am displaying info dynamically. I have a qty dropdown. When the user clicks the qty it calculates the total…example, cost x qty for a total.
I want to perform a calculation and add all the totals together. I cannot figure it out. I’ve tried creating a custom state but I can’t set the value to the total from each line.