<?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>crm.atechnisch.nl &#187; checkbox</title>
	<atom:link href="http://crm.atechnisch.nl/tag/checkbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://crm.atechnisch.nl</link>
	<description>How to improve Microsoft Dynamics CRM</description>
	<lastBuildDate>Wed, 25 Nov 2009 08:12:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Querying on checkbox values</title>
		<link>http://crm.atechnisch.nl/2008/06/querying-on-checkbox-values/</link>
		<comments>http://crm.atechnisch.nl/2008/06/querying-on-checkbox-values/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 07:08:57 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[MS CRM 3.0 Application]]></category>
		<category><![CDATA[MS CRM 4.0 Application]]></category>
		<category><![CDATA[bit]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[Querying]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/2008/06/24/querying-on-checkbox-values/</guid>
		<description><![CDATA[Via the Advanced Find it is very easy to query on all kind of things within MS Dynamics CRM. The functionality is great. The only thing is, it does not always give you the right result. This has nothing to do with the Advanced Find functionality but everything with understanding the underlying Microsoft SQL Server [...]]]></description>
			<content:encoded><![CDATA[<p>Via the Advanced Find it is very easy to query on all kind of things within MS Dynamics CRM. The functionality is great. The only thing is, it does not always give you the right result. This has nothing to do with the Advanced Find functionality but everything with understanding the underlying Microsoft SQL Server Database.<br />
If you use a bit (checkbox) value, you can assume there are only two values: YES and NO. But this is incorrect. In the database 3 values can be used for a bit value: YES, NO and NULL. On the forms in CRM the NO and the NULL are perceived the same, both as NO. When you query a checkbox, with the query ‘Checkbox Equals No&#8217;, you will only get the records where the bit is actually NO. The records with a NULL value in the database are not included in the result. In case you want the NO and the NULL values, you can better query ‘Checkbox Does Not Equal Yes&#8217;.</p>
<p>In other words I recommend to query always on the positive (YES) value when querying a checkbox.<br />
So I recommend <strong>‘Checkbox Equals Yes&#8217;</strong> and <strong>‘Checkbox Does Not Equal Yes&#8217;</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2008/06/querying-on-checkbox-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
