I have two subreports in a main report and they both show the data fine when run in designer (Crystal 2008). But when i exported the same report to BOE and ran it from there, one of the sub reports is not showing data.
I tried to open the same report that is in BO using crystal 2008 again and both the subreport shows data again. Not sure what the problem is but it is really wierd. Any suggestions?
Almost sounds like a DB issue. Have you confirmed that the data source on BOE is the same as your local data source (not just the same name, but pointing to the same place)?
OK I am able to resolve this issue. Apparently the generic id used in BO does not have access to the tables used in the sub report where as the id that I was using in the designer has access to those. Interestingly, it did not throw any error.
We are using SAP tables for this report. Thanks for all the responses.