Crystal Enterprise Suite Question:
Download Questions PDF

How to performance tune reports?

Answer:

For tuning of reports we can use the following ways
1 Check the option Perform grouping on Server, Use indexes
or server for speeds.
File>Report Option>Perform grouping on Server.
File>Report Option>Use indexes or server for speeds.
2 Instead of joining DB tables on report , use add command
option. Put all the filters, Prompts in SQL command. This
way report will run faster.
3 Uncheck option save data with report.
File>Report Option>Save data with report.
4 If report contain Many Sub reports, use a prompt which
ask whether you want that particular data or not. If Use
chooses no, then that prompt’s data value should be in
Report selection criteria of report. based on that value do
coding to not to get data on report.

Download Crystal Enterprise Suite Interview Questions And Answers PDF

Previous QuestionNext Question
How can we convert crystal dictionary dc5 file to another datasource format like mdb or xml schema?What is the difference between running total and sub-total?