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

Display selection from parameter field where multiple values selected

Status
Not open for further replies.

jcl5

IS-IT--Management
Dec 6, 2002
89
GB
I want to display the contents of the parameter field in the page header when there are multiple values selected . I can only get it to display the first value.

Can anyone help please?

jcl
 
What sort of parameter?

If it's a text based parm, just use:

join({?parm}, ", ")

If it's numeric or date data, you'll require a loop to extract the values.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top