Hello,
I'm trying to figure out how to build a calculated column with a running total of payments against an invoice.
So below is an example:
Invoice #3322999 is for $14,387.86. We have 2 credits against the invoice. CN3325633 $167.44 and CN 3326818 $229.32
I'd like to see the Original amount less 1st credit = 14220.42
2nd credit = $13991.10
I need to provide a list of payments or credit and the balance.
This can be either with a measure or calculated column. Not sure which is better.
I tried pulling in the TrasactionAmount and selecting running total. But that didn't work.
Thanks
I'm trying to figure out how to build a calculated column with a running total of payments against an invoice.
So below is an example:
Invoice #3322999 is for $14,387.86. We have 2 credits against the invoice. CN3325633 $167.44 and CN 3326818 $229.32
I'd like to see the Original amount less 1st credit = 14220.42
2nd credit = $13991.10
I need to provide a list of payments or credit and the balance.
This can be either with a measure or calculated column. Not sure which is better.
I tried pulling in the TrasactionAmount and selecting running total. But that didn't work.
Thanks