Oct 27, 2008 #1 neozeke Programmer Oct 6, 2008 31 US Hi, I need to display all the values that are selected from the multiple select parameters. How can I do this? Thanks.
Hi, I need to display all the values that are selected from the multiple select parameters. How can I do this? Thanks.
Oct 27, 2008 #2 jehanzebn Programmer May 28, 2001 244 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 Upvote 0 Downvote
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
Oct 27, 2008 #3 dgillz Instructor Mar 2, 2001 10,038 US 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 http://www.gainfocus.biz "What version of URGENT!!! are you using? Upvote 0 Downvote
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 http://www.gainfocus.biz "What version of URGENT!!! are you using?
Oct 27, 2008 Thread starter #4 neozeke Programmer Oct 6, 2008 31 US i am using Crystal Reports XI. Thanks. Upvote 0 Downvote
Oct 27, 2008 1 #5 lbass Technical User Feb 9, 2002 32,816 US There is an faq on this topic: faq767-5684. -LB Upvote 0 Downvote
Oct 27, 2008 Thread starter #6 neozeke Programmer Oct 6, 2008 31 US thanks a lot guys!!! Upvote 0 Downvote