dfbonilla
MIS
- Jan 26, 2004
- 19
Reporting from two files Chart of accounts LEFT and GL Transactions RIGHT in both CR 8.5 and XI , even if I don't have a GL transaction I will need to report the chart because it may have previous balance. Example
Account, AcctName, Prev Balance, Tran Date, tranAmount New Bal
1000 ABC Bank 1500 01/01/05 $1.000 $2.500
1010 XYZ Bank 500 $500
As soon as I make a selection in the GL Transaction like Beg-end Date It will join and exclude the second record. Even If I select left outer join between links in crystal the second record will never show. The only way I have been able to make it work is through a subreport where the main report is Chart of accounts (reporting all charts) and the subreport is GL transactions Reporting linked Trans only), but when I get the information about the balances in the subreport is too late to suppress print becuase is in the same section that the subreport runs. If I create a sub section beneath subtotalB it show the correct information from a shared variable in the subreport but I can't go back and suppress a previous section where I am pirinting and where the subreport is located.
when getting no previous balance and no transactions I Need to suppress, Example:
1050 MY Bank 0 0 0 0
Thank you,
Diego
Account, AcctName, Prev Balance, Tran Date, tranAmount New Bal
1000 ABC Bank 1500 01/01/05 $1.000 $2.500
1010 XYZ Bank 500 $500
As soon as I make a selection in the GL Transaction like Beg-end Date It will join and exclude the second record. Even If I select left outer join between links in crystal the second record will never show. The only way I have been able to make it work is through a subreport where the main report is Chart of accounts (reporting all charts) and the subreport is GL transactions Reporting linked Trans only), but when I get the information about the balances in the subreport is too late to suppress print becuase is in the same section that the subreport runs. If I create a sub section beneath subtotalB it show the correct information from a shared variable in the subreport but I can't go back and suppress a previous section where I am pirinting and where the subreport is located.
when getting no previous balance and no transactions I Need to suppress, Example:
1050 MY Bank 0 0 0 0
Thank you,
Diego