Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Improving the performance of a Report Post Reply Post New Topic
Author Message
swapna1979
Newbie
Newbie
Avatar

Joined: 22 Jul 2007
Location: United States
Online Status: Offline
Posts: 1
Quote swapna1979 Replybullet Topic: Improving the performance of a Report
    Posted: 02 Nov 2007 at 3:54pm
Hi,
 
I am new to Crystal Reports. Can anyone help me understand how to improve the performance of Reports in CR XI? If anyone has the necessary tips and tricks, please let me know.
 
Thanks,
Swapna
 
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3702
Quote hilfy Replybullet Posted: 03 Nov 2007 at 7:16am
There are MANY things that will affect the performance of a report.  Here are the things I can think of off the top of my head:
 
1.  Make sure you're linking your tables based on indexes.
 
2.  Turn on "Use Indexes or Server for Speed" and "Perform Grouping on Server".  For an existing report, go to the File Menu and select "Report Options".  To have this turned on for all new reports, go to File|Options and select the Database tab.
 
3.  Group on Fields or SQL expressions, not on formulas.  If you group on a formula, the sorting/grouping will occur locally after Crystal has downloaded the data instead of on the database server.
 
4.  Use Fields or SQL expressions in the Select Expert instead of formulas (same reason as #3).
 
5.  Avoid subreports.
 
Note: Items 2, 3, and 4 assume that you're connecting to a Client/Server database such as MS SQL Server or Oracle where the db server can handle data processing.  They won't help if you're connecting to a file-based database such as MS Access.
 
-Dell
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.000 seconds.