Hi expert
I have 2 columns in sales order window, Total Collection and Running Sum whereas running sum is udf.
I want the data look like this
Total Collection Running sum
1st row 600.00 600.00
2nd row 700.00 1300.00
3rd row 500.00 1800.00
4th row 200.00 2000.00
And so onu2026
Is it possible to do a query which result above..
Thank you.