﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / Business Intelligence  / SSRS 2005 Multi-Value Filter. / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 18 May 2013 21:43:59 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SSRS 2005 Multi-Value Filter.</title><link>http://www.sqlservercentral.com/Forums/Topic1407014-147-1.aspx</link><description>[quote][b]10e5x (1/14/2013)[/b][hr]Hi all,I met with a very tricky problem. I have a muti-value filter in my name whereby user are able to select the names to view the report. The parameter filter has a drop down list which is based on query, Select distinct(uName) from User. the report runs fine if user select a number of names but if the user select ALL or more names the report went haywire. Error: "operation is not valid due to the current state of the object"After diagnosis, i realize its becuz the filter text cant hold or display the names chose. what should i do? The filter is used in data source where clause as Where uName IN (@name)[/quote]Whenever you are using Multivalued parameters, pass them as comma separated to the query or stored procedure used in your dataset. To achieve this, use  "join(Parameters!xx.Value,",")".</description><pubDate>Tue, 22 Jan 2013 03:59:44 GMT</pubDate><dc:creator>Divya Agrawal</dc:creator></item><item><title>RE: SSRS 2005 Multi-Value Filter.</title><link>http://www.sqlservercentral.com/Forums/Topic1407014-147-1.aspx</link><description>is this a stored proc?if so, extend the variable declaration to accept the additional text.</description><pubDate>Wed, 16 Jan 2013 03:14:03 GMT</pubDate><dc:creator>shanu.hoosen</dc:creator></item><item><title>RE: SSRS 2005 Multi-Value Filter.</title><link>http://www.sqlservercentral.com/Forums/Topic1407014-147-1.aspx</link><description>can i trim the filter to display only up to 100 char?</description><pubDate>Mon, 14 Jan 2013 21:19:45 GMT</pubDate><dc:creator>10e5x</dc:creator></item><item><title>SSRS 2005 Multi-Value Filter.</title><link>http://www.sqlservercentral.com/Forums/Topic1407014-147-1.aspx</link><description>Hi all,I met with a very tricky problem. I have a muti-value filter in my name whereby user are able to select the names to view the report. The parameter filter has a drop down list which is based on query, Select distinct(uName) from User. the report runs fine if user select a number of names but if the user select ALL or more names the report went haywire. Error: "operation is not valid due to the current state of the object"After diagnosis, i realize its becuz the filter text cant hold or display the names chose. what should i do? The filter is used in data source where clause as Where uName IN (@name)</description><pubDate>Mon, 14 Jan 2013 21:17:43 GMT</pubDate><dc:creator>10e5x</dc:creator></item></channel></rss>