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

Stored Procedures

Status
Not open for further replies.

granny1

Technical User
Jun 24, 2001
24
US
I have several reports that I need to run based on start date and end date. I want to schedule these reports on Crystal Management Console. I need a way to provide dates in one central place and pass to all reports requiring this date field. Any Ideas ?
 
You can base parameters on text files, this seems the only reasonable approach if it's to be dynamic.

You can also use the API to update them.

If the dates can be derived (such as this/last month, this week, etc.), use a formula to compute them.

-k kai@informeddatadecisions.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top