<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Elven Soft Blog &#187; Reporting Services</title>
	<atom:link href="http://blog.elvensoft.ro/tag/reporting-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.elvensoft.ro</link>
	<description>Microsoft.net, marketing, software and internet solutions</description>
	<lastBuildDate>Thu, 19 Aug 2010 07:03:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Filter tables and matrix in reporting services</title>
		<link>http://blog.elvensoft.ro/2009/12/filter-tables-and-matrix-in-reporting-services/</link>
		<comments>http://blog.elvensoft.ro/2009/12/filter-tables-and-matrix-in-reporting-services/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 10:45:00 +0000</pubDate>
		<dc:creator>Puiu</dc:creator>
				<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[rdlc]]></category>

		<guid isPermaLink="false">http://blog.elvensoft.ro/?p=57</guid>
		<description><![CDATA[When filtering a table or a matrix in reporting services you might encounter the following error:
Cannot compare data types of System.Int32 and System.String. Please check the data type returned by the filter expression.

This happens when the column to be filtered is of type numeric (integer in our case) and you try to compare it with [...]]]></description>
			<content:encoded><![CDATA[<p>When filtering a table or a matrix in reporting services you might encounter the following error:</p>
<p><strong>Cannot compare data types of System.Int32 and System.String. Please check the data type returned by the filter expression.<br />
</strong></p>
<p>This happens when the column to be filtered is of type numeric (integer in our case) and you try to compare it with a number. The correct way to do it is like in the picture below:</p>
<p><img class="aligncenter size-full wp-image-63" title="rezolvare" src="http://blog.elvensoft.ro/wp-content/uploads/2009/12/rezolvare1.JPG" alt="rezolvare" width="528" height="170" /></p>
<p>In the value field put another &#8220;=&#8221; sign otherwise the number will be interpreted as a string and not as a number.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.elvensoft.ro/2009/12/filter-tables-and-matrix-in-reporting-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
