<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: If Statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071754#M357954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if (StatusDesc = 'BI: BAU - PRIORITY',1&lt;SPAN style="line-height: 1.5em;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if (StatusDesc = 'BI: DEV - PRIORITY',2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if (StatusDesc = 'BI: SALES - PRIORITY',3,0&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)))as PriorityStatus,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2016 10:12:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-12T10:12:36Z</dc:date>
    <item>
      <title>If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071750#M357950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create an IF Statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (StatusDesc = 'BI: BAU - PRIORITY',1),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (StatusDesc = 'BI: DEV - PRIORITY',2),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (StatusDesc = 'BI: SALES - PRIORITY',3),0 as PriorityStatus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what am i doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071750#M357950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-12T10:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071751#M357951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if (StatusDesc = 'BI: BAU - PRIORITY',1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if (StatusDesc = 'BI: DEV - PRIORITY',2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if (StatusDesc = 'BI: SALES - PRIORITY',3))) as PriorityStatus,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071751#M357951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-12T10:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071752#M357952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Balraj for quick and correct response! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071752#M357952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-12T10:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071753#M357953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try any one of this method,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Match(StatusDesc, 'BI: BAU - PRIORITY','BI: DEV - PRIORITY', 'BI: SALES - PRIORITY')+1,1,2,3,0) as PriorityStatus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (StatusDesc = 'BI: BAU - PRIORITY',1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If (StatusDesc = 'BI: DEV - PRIORITY',2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (StatusDesc = 'BI: SALES - PRIORITY',3,0))) as PriorityStatus,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071753#M357953</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-01-12T10:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071754#M357954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if (StatusDesc = 'BI: BAU - PRIORITY',1&lt;SPAN style="line-height: 1.5em;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if (StatusDesc = 'BI: DEV - PRIORITY',2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; if (StatusDesc = 'BI: SALES - PRIORITY',3,0&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)))as PriorityStatus,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071754#M357954</guid>
      <dc:creator />
      <dc:date>2016-01-12T10:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071755#M357955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071755#M357955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-12T10:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071756#M357956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071756#M357956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-12T10:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071757#M357957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 10:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement/m-p/1071757#M357957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-12T10:27:58Z</dc:date>
    </item>
  </channel>
</rss>

