<?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 or if statement in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759137#M473203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post sample data to look over?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Nov 2014 12:55:12 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-11-17T12:55:12Z</dc:date>
    <item>
      <title>if or if statement in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759132#M473198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a (for me) difficult issue.&lt;/P&gt;&lt;P&gt;I have two dimension fields (postrulecode and assetstatus) with infos and want to create a third dimension (constructionstatus) which is dependent on the both before.&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=IF(postrulecode='0450','under Construction',&lt;/P&gt;&lt;P&gt;OR &lt;BR /&gt;IF(assetstatus='INTRAY','under Construction',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//[ELSE]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 'ASSET'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is wrong in this formular?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very much thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 12:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759132#M473198</guid>
      <dc:creator />
      <dc:date>2014-11-17T12:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: if or if statement in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759133#M473199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;postrulecode='0450' or Assetstatus = 'intray','under Construction','ASSET')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 12:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759133#M473199</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-11-17T12:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: if or if statement in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759134#M473200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;try this and let me know&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=IF(postrulecode='0450' OR&amp;nbsp; assetstatus='INTRAY','under Construction','ASSET')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 12:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759134#M473200</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-11-17T12:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: if or if statement in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759135#M473201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow that answer was quick. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is not completely correct, because for the line with postrulecode = 0450, I get 'ASSET' as result.&lt;/P&gt;&lt;P&gt;So it seems that qlikview ignores the first condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 12:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759135#M473201</guid>
      <dc:creator />
      <dc:date>2014-11-17T12:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: if or if statement in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759136#M473202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your data, the condition must work ... let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 12:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759136#M473202</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-11-17T12:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: if or if statement in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759137#M473203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post sample data to look over?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 12:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759137#M473203</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-17T12:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: if or if statement in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759138#M473204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is the case then it may be that you have spaces in your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using trim(postrulecode) in your expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 12:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759138#M473204</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-11-17T12:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: if or if statement in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759139#M473205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi please find attached an example.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="hc_001.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/71428_hc_001.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last two lines are Assets under construction. If you open right sight you will see as postrulecode '0450' in the last line.&lt;/P&gt;&lt;P&gt;Hope you'll find the mistake.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 13:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759139#M473205</guid>
      <dc:creator />
      <dc:date>2014-11-17T13:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: if or if statement in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759140#M473206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot download document its corrupted.&lt;/P&gt;&lt;P&gt;Can you attach it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 13:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-or-if-statement-in-qlikview/m-p/759140#M473206</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-17T13:26:36Z</dc:date>
    </item>
  </channel>
</rss>

