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!

Parameter values embedded in a text object

Status
Not open for further replies.

runnerlk

MIS
Jul 19, 2002
41
US
I have a date parameter that accepts a start date and an end date. how do I embed the vlaues selected in a text object to display in the report header?

ex: for the period: ?param1 to ?param2.

Thanks,

Lou
 
totext({?parm1},"MM/dd/yyyy") + " to "+
totext({?parm2},"MM/dd/yyyy")

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top