<?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>iif Archives - diditho.com</title>
	<atom:link href="https://diditho.com/tag/iif/feed/" rel="self" type="application/rss+xml" />
	<link>https://diditho.com/tag/iif/</link>
	<description>&#34; Knowing is not enough we must apply. Willing is not enough we must do &#34; - Bruce Lee</description>
	<lastBuildDate>Thu, 05 Apr 2012 17:04:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://diditho.com/wp-content/uploads/2023/11/cropped-diditho-photo-logo-512-x-512-32x32.png</url>
	<title>iif Archives - diditho.com</title>
	<link>https://diditho.com/tag/iif/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Multiple IIf Logic Block</title>
		<link>https://diditho.com/2008/06/25/multiple-iif-logic-block/</link>
					<comments>https://diditho.com/2008/06/25/multiple-iif-logic-block/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Wed, 25 Jun 2008 10:30:18 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[analysis service]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[iif]]></category>
		<category><![CDATA[logic]]></category>
		<category><![CDATA[mdx]]></category>
		<category><![CDATA[olap]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server 2000]]></category>
		<category><![CDATA[ssas]]></category>
		<guid isPermaLink="false">http://dev.diditho.net/?p=17</guid>

					<description><![CDATA[<p>IIf function often used in MultiDimensionalExpression (MDX), It&#8217;s quiet simple to implement single block of IIf block. This an example of Multiple IIf logic block. Example1: IIf(Measures.[Store Sales] &#62; 50000, "Good", IIf(Measures.[Store Sales] &#62; 30000, "Average", IIf(Measures.[Store Sales] &#62; 10000, "Poor", "No")))</p>
<p>The post <a href="https://diditho.com/2008/06/25/multiple-iif-logic-block/">Multiple IIf Logic Block</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2008/06/25/multiple-iif-logic-block/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
