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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Batch job setup in crystal

Status
Not open for further replies.

njain76

IS-IT--Management
Aug 28, 2003
11
US
Hello,

Is it possible to run a crystal report in batch mode. Is there a command by which the report will run without manual intervention at a specific time.

Thanks
 
Can the reports be scheduled to go to a printer. If so How can I do that? Also my report used some input parameters which is the current days date? Can the parameters be setup in batch?

Thanks
 
Yes, the tools mentioned above can allow you to schedule various batch operations such as exporting, e-mailing, printing, and more.

Most of them allow you to specify parameters by setting the parameter values at the time you schedule the batch operation or by passing in the parameter values via command line arguments.

In the case of Visual CUT, there are special constants that can be used to set the parameter value to TODAY or YESTERDAY. Even if you are using a scheduler that doesn't support this type of data constant, you can still design your report to use "currentdate" via a formula instead of via a parameter.

hth,
- Ido

CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
If the parameter is just the current day's date, why do you need a paramter? You could just use the CurrentDate function in Crystal to get the value.

-D
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top