Hi there,
I have a classic form with a repeating section with a simple calculation (named calc_amount) which is quantity*price. For each row the user also has to pick whether it's expense or capital (dropdown C or E).
I now need two calculated values outside the repeating section.
One for the sum of all expense entries and one for the sum of all capital entries.
Thanks in advance for any advice, I'm a newbie with forms..