Hi All,
I have a question regarding cumulative calculation where I want to calculate row by row Invoice and Payment.
Here is the sample data and my desired output.
Cust/Month/Trans/Amount/CumulativeBal(my desired output)
1, 1, Due, 100, 100
1, 1, Payment, 50, 50
1, 1, Payment, 50, 0
1, 2...