I'm not at all familiar with Crystal Report Syntax. I currently have a report that pulls data using the following example.
({@date}>Date(2002,11,6))and({@date}<Date(2002,11,8))
This works fine if the user wants to specify the date range everytime. However, I would like to schedule this report as a job and to use the current date. How do I change this report parameter to use today's date? How about the past seven days?
Aaron
aarong@connexusenergy.com
({@date}>Date(2002,11,6))and({@date}<Date(2002,11,8))
This works fine if the user wants to specify the date range everytime. However, I would like to schedule this report as a job and to use the current date. How do I change this report parameter to use today's date? How about the past seven days?
Aaron
aarong@connexusenergy.com