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

Adhoc Parameter Display

Status
Not open for further replies.

pwomack

Technical User
Apr 16, 2005
121
US
I have a report that uses an adhoc parameter. I want to display the value of the parameter in the report heading.

I created a data row variable named "CompletionDateRange" and set its value like this:

CompletionDateRange = v_ProjectList_ActualProjectComp

v_ProjectList_ActualProjectComp is the name of the parameter I see when I open the parameters editor by selecting the Tools...Parameters... menu.

What I see in the CompletionDateRange text control in the report heading is the value of the first CompletionDate from the database record and not the date range parameter I entered (e.g., 01/01/2007-12/31/2007).

How can I get the adhoc parameter value to display in the report heading?
 
forget the data row variable named "CompletionDateRange" and create a text box whose VALUEXP = v_ProjectList_ActualProjectComp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top