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!

Display values that are chosen from a Multiple Select parameter 1

Status
Not open for further replies.

neozeke

Programmer
Oct 6, 2008
31
0
0
US
Hi,

I need to display all the values that are selected from the multiple select parameters. How can I do this?

Thanks.
 
Place all those parameters either on the Page header or report header.

Hope this helps

Regards

jehanzeb

Jehanzeb
Crystal Reports 2008
Visual Studio 2008
Informix Database
 
Use a formula:

Join({?YourMultiValueParamater},",")

This will only work if the parameter is a string datatype.

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports

"What version of URGENT!!! are you using?
 
i am using Crystal Reports XI. Thanks.
 
There is an faq on this topic: faq767-5684.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top