robmason10
Technical User
Solution required for calculating opening balances - would appreciate your innovative solutions.
I have a report that queries a very large transaction file called LEDGER. The report currently uses parameter fields to restrict the date range of transactions displayed. Problem is I need the report to show openeing and closing balances - the DB does not store balances so the opening balance can only be calculated by Sum(BK_Sum) where Val_date < Start_date_param
How do I implement this - probably a simple solution but can't get my head round it....
Ta in advance
I have a report that queries a very large transaction file called LEDGER. The report currently uses parameter fields to restrict the date range of transactions displayed. Problem is I need the report to show openeing and closing balances - the DB does not store balances so the opening balance can only be calculated by Sum(BK_Sum) where Val_date < Start_date_param
How do I implement this - probably a simple solution but can't get my head round it....
Ta in advance