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

Show Date Range Parameter

Status
Not open for further replies.

iamtrying

Technical User
Sep 28, 2004
128
US
Hi,

I have a report with a field name "date". I have created a parameter field with a date range option and I can not figure out how to show the parameter in the report. For example, I have the text

Start Date:
End Date:

When the date range is selected, I would like to show the selected start and end range accordingly. Do I need a subreport which show only the start and end dates? Normally, the start and end fields reside in the database.

Thanks
 
Write a formula:

"From date "&totext(minimum({?DateRange}))&" to "&totext(maximum({?DateRange}))

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports

"What version of URGENT!!! are you using?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top