I am fairly new to Crystal and I have no idea how to create a date parameter. I am using Crystal 8.0.1. I created a query using Crystal SQL builder and have created a report based on the query. I created a parameter called "ImportDate" and gave it data type "date". I created the following formula:
QUERY.CHECK_IMPORT_DATE = {?ImportDate}
I receive an error telling me that a string is expected. I changed the data type of my parameter to a string and ran the query again.
When prompted for a value, I entered:
Date("05/25/2001"
and I tried 05/25/2001
Neither of these return any data.
Please help!! Thanks.
QUERY.CHECK_IMPORT_DATE = {?ImportDate}
I receive an error telling me that a string is expected. I changed the data type of my parameter to a string and ran the query again.
When prompted for a value, I entered:
Date("05/25/2001"
Neither of these return any data.
Please help!! Thanks.