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

scheduling reports with dynamic date ranges

Status
Not open for further replies.

draacor

IS-IT--Management
Jul 17, 2007
69
US
I have a report that has a start date and end date that the user enters when running the report. I also have a crystal reports server that these reports reside on. Is there a way to to schedule a report to run that has a date range? The only thing i can do currently it seems is to have the same date range each time the report runs on its scheduled time. But is there a way to dynamically change this range? for example i have a report i want to run every monday. How can i have the report automatically select data from the previous week?
 
You could set up a record selection formula of:

{table.date} in lastfullweek

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top