We are trying to create a Crystal Reports 8.5 report that, when opened, will display a dialog box requesting a date range. Data, based on the date range entered, will be pulled from a particular field.
Just create the data parameter with a "Range" option.
Then set the record seelction formula to something like:
--------------------------------------------
{order_date} IN {?your_range_date_parameter}
--------------------------------------------
Cheers,
- Ido CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
I would create 2 parameters: dtstart, dtend (or a single dat range parameter called dtrange). Then, in the Select Expert, add the following: {table.field} In dtstart to dtend.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.