Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Display multi value parameter LABEL

Author  Topic 

roy mm
Yak Posting Veteran

62 Posts

Posted - 2007-03-06 : 08:03:56
Hello.
I have a multi value parameter in my report.
I want to know how can I display all of the selected values in this parameter in a text box.
Whan I try to use this parameter in a textBox it automaticly take the value:
Parameter.param.Value(0) Whice take only the first select value.

Is there a simple way of doing it?

Thanks.

roy mm
Yak Posting Veteran

62 Posts

Posted - 2007-03-06 : 08:26:58
Ok.
I found it -
=Join(Parameter!param1.value,",")

Thanks.
Go to Top of Page
   

- Advertisement -