I am trying to recreate historical balance by day. I have two tables : 1)Current balance table that provides today's balance and 2) a History table that contains historical transaction information.
Can someone help create a descending running balance by day for each account? I have attached mock data .
Thank you very much,