I have been attempting to create a repeater that has 3 columns, “Included”, “Amount_col” and “Cred_Deb_Col”.
What I am trying to achieve is if an item in the repeater is checked, it is evaluated as either a “Credit” or “Debit” and and the totals of all checked items are summed and displayed as the Credit Total and Debit Total.
For example, Unchecking a Debit item would remove the amount from the Debit total. Rechecking it would add it back in.
I have it somewhat working but the math is incorrect and inconsistent. Hopefully I am missing something trivial.
Any and all help appreciated!
Thanks!
repeater-checkbox-total.rp (59.3 KB)