Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I display how long it takes a report to run?

Status
Not open for further replies.

jaybar48

Technical User
Feb 16, 2002
61
US
Hi

I would like to compute how long it takes a report to run from the time I click on the refress symbol to when the report finishes and displays on the screen.

Can this be done? If so how?

Thanks,

Jay
 
Crystal 9 (and later) has a Performance Information menu item (on the report menu). So you can see this manualy.

If you want it to be in the report, one way I can see is to use a variable, and store the start time of the report in a BeforeReadingRecords variable, and then compare that with the current time in the report footer. But I suspect this method would omit some time like when it is loading the report and connecting to the database.

Some third party schedulers like my cViewSERVER record the start and end times of a scheduled report, and can accumulate this over multiple runs to get an average report processing time.

Editor and Publisher of Crystal Clear
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top