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)
 Multivalue parameter with a comma in a value

Author  Topic 

vmon
Yak Posting Veteran

63 Posts

Posted - 2007-11-28 : 10:41:28
Is there an easy way to handle a multivalue parameter where the values could have comma's? I have County and State in a single column and want to select one from the multivalue parameter but when the string is passed it is not being found because I am parsing the parameter on comma. Here is what the drop down list looks like.

Dade,CA
Marion,CA
Brown,CA

Thanks,
vmon

tm
Posting Yak Master

160 Posts

Posted - 2007-11-28 : 13:53:12
Can you give an example of your data and more information what you want to do?
How have you defined your report parameter?
Go to Top of Page
   

- Advertisement -