<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Ian Stallings: web log - All Comments</title><link>http://weblogs.asp.net/jmoon/default.aspx</link><description>official chicken™</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re:  SQL Server Reporting Services - Multi-Value Params - part 2</title><link>http://weblogs.asp.net/jmoon/archive/2005/04/01/396649.aspx#6400035</link><pubDate>Mon, 14 Jul 2008 16:13:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6400035</guid><dc:creator>Brandon</dc:creator><description>&lt;p&gt;Gabriel is right. &amp;nbsp;The easiest way to do this is to have your stored procedure not do the filtering on the multi-valued parameter, and have Sql Server Reporting Service (SSRS) perform the filtering. &amp;nbsp;(Note this only works if the stored procedure won't return too much data if it doesn't do the filtering.) &amp;nbsp;Then you can create a filter in SSRS that looks like what Gabriel suggested. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can add an SSRS filter by clicking on the Data tab in SSRS, click the &amp;quot;..&amp;quot; button by your dataset, which will open up a pop-up window. &amp;nbsp;Click on the &amp;quot;Filters&amp;quot; tab on the right. &amp;nbsp;Type in the information there. &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6400035" width="1" height="1"&gt;</description></item><item><title>re: SQL Server Reporting Services - No Multi-Value Params?</title><link>http://weblogs.asp.net/jmoon/archive/2005/03/31/396503.aspx#6312095</link><pubDate>Mon, 23 Jun 2008 18:58:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6312095</guid><dc:creator>Choi Ng</dc:creator><description>&lt;p&gt;Report Services 2005 let you provide multi-valur for your report parameter.&lt;/p&gt;
&lt;p&gt;In your t-sql you should have&lt;/p&gt;
&lt;p&gt;Select &amp;nbsp; * from yr_table &lt;/p&gt;
&lt;p&gt;WHERE &amp;nbsp; &amp;nbsp; (yr_parameter IN (@yr_parameter))&lt;/p&gt;
&lt;p&gt;Reprot Services 2000 don't have the property to let you select the multi-value, but you create a stored procedure to work around&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6312095" width="1" height="1"&gt;</description></item><item><title>re:  SQL Server Reporting Services - Multi-Value Params - part 2</title><link>http://weblogs.asp.net/jmoon/archive/2005/04/01/396649.aspx#6181297</link><pubDate>Mon, 12 May 2008 05:28:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6181297</guid><dc:creator>Para</dc:creator><description>&lt;p&gt;Hey this code was helpful, thanks.&lt;/p&gt;
&lt;p&gt; But this seems to be working for me only if I have the exact code of the RDL in a Stored Procedure. If I add the exact code to the RDL it says too many arguments for the function dbo.StringToBigIntTable..... Do you have any clue as in why it says so? It just doesn't make any sense to me as to why the same code that works on the SP doesn't work on the RDL....&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Para&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6181297" width="1" height="1"&gt;</description></item><item><title>re:  SQL Server Reporting Services - Multi-Value Params - part 2</title><link>http://weblogs.asp.net/jmoon/archive/2005/04/01/396649.aspx#6160020</link><pubDate>Mon, 05 May 2008 18:01:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6160020</guid><dc:creator>ryan</dc:creator><description>&lt;p&gt;works for me, thanks for posting the code.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6160020" width="1" height="1"&gt;</description></item><item><title>re:  SQL Server Reporting Services - Multi-Value Params - part 2</title><link>http://weblogs.asp.net/jmoon/archive/2005/04/01/396649.aspx#6074651</link><pubDate>Tue, 08 Apr 2008 12:52:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6074651</guid><dc:creator>kevin_cio</dc:creator><description>&lt;p&gt;I agree - this feature should have been included COMPLETELY or removed COMPLETELY. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;It is just another example of how code is required to make RS work properly.&lt;/p&gt;
&lt;p&gt;(my own sarcasm: &amp;nbsp;Do you think MS developers ever used Crystal Reports?)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6074651" width="1" height="1"&gt;</description></item><item><title>re: More gumstix - WinCE Port (Drumstix)</title><link>http://weblogs.asp.net/jmoon/archive/2005/07/29/421066.aspx#5964374</link><pubDate>Fri, 14 Mar 2008 02:33:44 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5964374</guid><dc:creator>garlic</dc:creator><description>&lt;p&gt;! need a bootloader that’s capable of loading and running the Windows CE 5.0operating system image from a CF card. Can you help?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5964374" width="1" height="1"&gt;</description></item><item><title>Mind Gravy  &amp;raquo; Blog Archive   &amp;raquo; links for 2008-02-07</title><link>http://weblogs.asp.net/jmoon/archive/2005/04/01/396649.aspx#5729638</link><pubDate>Thu, 07 Feb 2008 12:28:51 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5729638</guid><dc:creator>Mind Gravy  » Blog Archive   » links for 2008-02-07</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Mind Gravy &amp;nbsp;&amp;amp;raquo; Blog Archive &amp;nbsp; &amp;amp;raquo; links for 2008-02-07&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5729638" width="1" height="1"&gt;</description></item><item><title>re: Installing Windows Service Using .msi</title><link>http://weblogs.asp.net/jmoon/archive/2004/01/07/48430.aspx#5687950</link><pubDate>Fri, 01 Feb 2008 17:11:27 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5687950</guid><dc:creator>Sohjiroz</dc:creator><description>&lt;p&gt;Thanks Adam, is nice to count with people who wants to share &amp;nbsp;good information, i own you one&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5687950" width="1" height="1"&gt;</description></item><item><title>re:  SQL Server Reporting Services - Multi-Value Params - part 2</title><link>http://weblogs.asp.net/jmoon/archive/2005/04/01/396649.aspx#5613668</link><pubDate>Thu, 17 Jan 2008 19:05:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5613668</guid><dc:creator>Gabriel</dc:creator><description>&lt;p&gt;Ever tried this?&lt;/p&gt;
&lt;p&gt;=split(join(Parameters!YourMultiValueParamter.Value, &amp;quot;,&amp;quot;), &amp;quot;,&amp;quot;)&lt;/p&gt;
&lt;p&gt;Silly I know...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5613668" width="1" height="1"&gt;</description></item><item><title>Lanyards Craft Plastic</title><link>http://weblogs.asp.net/jmoon/archive/2005/06/13/412084.aspx#5601904</link><pubDate>Mon, 14 Jan 2008 12:12:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5601904</guid><dc:creator>Lanyards Craft Plastic</dc:creator><description>&lt;p&gt;Many times, you will become overcome by the massive accumulation of Beaded Eyeglass Chain Lanyard stories handy.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5601904" width="1" height="1"&gt;</description></item></channel></rss>