Running CR v 10 with ODBC database.
I am trying to do an AR report to help identify customers over their limit.
If
Total owed in AR table + total owed in pendingorders table > credit limit (AR table)
display.
In order to do this I have to run a subreport on the pendingorders table and return the owed amount to the main report. I have the subreport in a customer summary line A, then use the returned value in summary line B (otherwise won't pick up the returned value). Everything works fine until I added the suppress lines when creditlimit<Total AR+pending.
I think the issue is that CR is processing the SUPPRESS before it does the subreport, but with a number of 'whileprintingrecords' added in I still cannot get around the issue.
Thanks for trying to understand my dilemma.
I am trying to do an AR report to help identify customers over their limit.
If
Total owed in AR table + total owed in pendingorders table > credit limit (AR table)
display.
In order to do this I have to run a subreport on the pendingorders table and return the owed amount to the main report. I have the subreport in a customer summary line A, then use the returned value in summary line B (otherwise won't pick up the returned value). Everything works fine until I added the suppress lines when creditlimit<Total AR+pending.
I think the issue is that CR is processing the SUPPRESS before it does the subreport, but with a number of 'whileprintingrecords' added in I still cannot get around the issue.
Thanks for trying to understand my dilemma.