The Appendix A in Brian's book, Crystal Reports Encyclopedia, has been a lifesaver for me - a Crystal newbie. I have successfully created a complex Income Statement and am oh-so-close on the balance sheet. The problem I have with the balance sheet is incorporating Initial Account Balances for all cases. Specifically, picture 2 tables:
ACGL contains:
GLACCTNO
ACCTTYPE
INITIALBAL
ACJOURN contains
GLACCTNO
AMT
I did a Left Outer Join to include all accounts from ACGL and I use arrays to group and total the amounts. This works perfectly for all accounts that have had a transaction within the stated time period. I have a formula that adds INITIALBAL + sum(AMT, GLACCTNO). However, certain accounts are relatively static and I cannot seem to find a way to pull through the INITIALBAL if there are no transactions in ACJOURN.
Would love some advice!
Thanks.
Edited by TPBosworth - 19 Jun 2008 at 8:52am