Crystal Reports - is this possible?

Associate
Joined
12 Jun 2003
Posts
2,033
Location
Either Tonbridge or Biggin Hill
Hi all,
I've got a very simple Crystal Report which calls a Sybase stored procedure.

The SP requires one parameter: @for_date

I want the report to run daily, for YESTERDAY's date.

How do I tell Crystal to do that?
eg: exec coredb..usp_ext_r_log_exception @for_date = {YESTERDAY}
 
Back
Top Bottom