WhoWantsTacos
Programmer
I'm looking for ways to speed up my monstrosity of a Crystal Report. It currently contains about 70 sub reports and 30-35 different stored procedures to get the data (only one stored proc per sub report).
There is an awful lot of data coming back for each sub-report (6k-15k records each) that is then rolled up into a few different groups and ultimately only 7-10 rows are displayed unless the user drills down.
I've read about using on-demand subreports to sort of re-query the database instead of drilling down, but I've also read you can't have a subreport in a subreport.
Unfortunately, this report is kind of a one stop shop and can't really change. Does anyone have any ideas on how I can get it to just return the records at the highest level but still give them an easy way to drill down into the details if they need to?
Thanks
There is an awful lot of data coming back for each sub-report (6k-15k records each) that is then rolled up into a few different groups and ultimately only 7-10 rows are displayed unless the user drills down.
I've read about using on-demand subreports to sort of re-query the database instead of drilling down, but I've also read you can't have a subreport in a subreport.
Unfortunately, this report is kind of a one stop shop and can't really change. Does anyone have any ideas on how I can get it to just return the records at the highest level but still give them an easy way to drill down into the details if they need to?
Thanks