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

Parameter not displaying all values

Status
Not open for further replies.

Joy1

MIS
Oct 27, 2006
21
ZA
Hi guys

I'm using CR-2008.

I've created a report with 2 parameters. One static parameter to display a date range, and a dynamic parameter to display a list of services. The dynamic parameter is not displaying all the values, it only displays one, which is the first on the list.

Please help me figure out what could be the problem.

Rgds
Joy

Joy :)
 
use the join command

join({Dynamic parameter},",");

this will display all the services seperated by a comma
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top