Environment: CR 8.5
I want to calculate beginning balance of general ledger accounts from table 'gl_balance' in sub-report.
The beginning balance is in period 0 for each fund (eg. 1000, 1001, 1002...).
There are 13 periods (period 0, period1,period 2...).
Each fund can have many general ledger accounts (eg. cash, cash equivalent, a/p, AR, etc).
year period fund_id gl_account gl_amount
2006 0 1001 1000 7734.32
2006 0 1500 1000 270.72
2006 0 1000 1000 1749.35
I got subreport in CR. I want to get beginning balance
(period 0 total amount) of each GL accounts for each fund in subreport
and display it in the main report. Reason beginning balance is in sub-report is because the main report display account detail transactions from period 1 to 12. I want then be able to subtract the total debit amount from beginning balance and get the ending balance.
How can I do this? Thanks.
I want to calculate beginning balance of general ledger accounts from table 'gl_balance' in sub-report.
The beginning balance is in period 0 for each fund (eg. 1000, 1001, 1002...).
There are 13 periods (period 0, period1,period 2...).
Each fund can have many general ledger accounts (eg. cash, cash equivalent, a/p, AR, etc).
year period fund_id gl_account gl_amount
2006 0 1001 1000 7734.32
2006 0 1500 1000 270.72
2006 0 1000 1000 1749.35
I got subreport in CR. I want to get beginning balance
(period 0 total amount) of each GL accounts for each fund in subreport
and display it in the main report. Reason beginning balance is in sub-report is because the main report display account detail transactions from period 1 to 12. I want then be able to subtract the total debit amount from beginning balance and get the ending balance.
How can I do this? Thanks.