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

multiple-valued parameter can only show the last one

Status
Not open for further replies.

francesguan

Technical User
Jan 26, 2006
52
0
0
CA
Hi,

I have a parameter: Salesman created which allowed multivalue chosen when user run the report. and I put this parameter on report header, so user will know what the value they choose for the parameter. but the problem is it only shows the last value they choose, although report shows all. example: when run the report, I choose saleman=SP,NP,NS
and report will show me how much different salesman sold under their category. but on report header, only "NS" shown up there.

thanks in advance,
Frances
 
Create a formula and add this to your report header:

join({?salesman},",")

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top