I gather that you're somewhat new to databases, but when asking about making reports go faster, you need to post your software version, and the database and connectivity used.
One of the primary reasons for slow reports is that Crystal itself is doing part of the filtering of the data, so you need to make sure that the Report->Selection Formulas-Record reflects what is in the Database->Show SQL Query
Are you displaying the details section? If so perform grouping on server is doing you no good, nor will it ever do you any good if you need to display detail records.
I would try an ODBC connection just to see if that made a difference.
Also, how long does it take to preview the report, and how long does it take to expoert to .pdf? Can you get a better performance if you print to the acrobat printer rather than exporting to create your.pdf?
Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports
A dump of a 23000 row database is generally quick, and a 5000+ page PDF export is rather large, to the point of being almost unusable, I can imagine that loading the document is time consuming alone.
Try an export to Excel, how long does that take?
Section auppression can affect speed, as will a good number of other factors.
In the report designer, use the Database..Show Sql to copy the actual code that is being sent to the database and try running it directly ( using SqlServer's tools) - does it return records any faster?
To Paraphrase:"The Help you get is proportional to the Help you give.."
Hi,
OK..If it is fast in SqlServer ( using the code created by CR) but not when run in the report, something in the report ( possibly the grouping or sorting) is causing the slowdown..If not exported, just viewed, does it take as long?
To Paraphrase:"The Help you get is proportional to the Help you give.."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.