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

Displaying Parameter Values 2

Status
Not open for further replies.

jbhsuman

Technical User
Nov 11, 2003
68
US
I am using CR9 and using parameters to set the report return values. I tried to insert the special fields record selection formula but in the case of the parameters, it only displays the value actual formula i.e.: {DATA12.DATE} = {?DateRange}rather than the values.

How can I disply the date range as defined by the value of the parameter?

Thanks

Joe
 
You must write a formula:

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

Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
 
Thank you both. I will try this immediately.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top