<?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 STATEMENT HELP in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-OR-STATEMENT-HELP/m-p/966755#M949156</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&gt;&lt;STRONG&gt;If([$ Refund] &amp;gt;= 3000 or [# Refund] &amp;gt;= 10, 'High Refund', 'Normal')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Dec 2015 17:42:42 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-12-07T17:42:42Z</dc:date>
    <item>
      <title>IF / OR STATEMENT HELP</title>
      <link>https://community.qlik.com/t5/QlikView/IF-OR-STATEMENT-HELP/m-p/966754#M949155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fairly new to Qlik and the Qlik Community but have heard great things about the support here so I thought I would give it a try. I have been through basic developer training, however I'm running into an issue finding out how to use an If / Or statement in Qlik. I'm trying to evaluate the result of certain columns of a chart using a combination of IF and OR statements. The expected result should populate text if true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In plain English:&lt;STRONG style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;If&lt;/STRONG&gt; the field $ Refunds is greater than or equal or $3,000.00, &lt;STRONG style="text-decoration: underline;"&gt;Or&lt;/STRONG&gt; # Refunds is greater than or equal to 10, then populate text 'high refunds', if not then populate text 'normal activity'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current formula (underlined is where error is occurring).&lt;/P&gt;&lt;P&gt;If ([$ Refunds]&amp;gt;=3000.00,'HIGH $ REFUNDS')&lt;/P&gt;&lt;P&gt;OR ([# Refunds]&amp;gt;=10&lt;SPAN style="text-decoration: underline;"&gt;,'HIGH REFUNDS', 'NORMAL')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done this in Excel a thousand times but it doesn't seem the same in Qlik, Any assistance would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-OR-STATEMENT-HELP/m-p/966754#M949155</guid>
      <dc:creator />
      <dc:date>2015-12-07T17:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: IF / OR STATEMENT HELP</title>
      <link>https://community.qlik.com/t5/QlikView/IF-OR-STATEMENT-HELP/m-p/966755#M949156</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&gt;&lt;STRONG&gt;If([$ Refund] &amp;gt;= 3000 or [# Refund] &amp;gt;= 10, 'High Refund', 'Normal')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-OR-STATEMENT-HELP/m-p/966755#M949156</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-07T17:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: IF / OR STATEMENT HELP</title>
      <link>https://community.qlik.com/t5/QlikView/IF-OR-STATEMENT-HELP/m-p/966756#M949157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny! I think worked great. I must have been overthinking it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-OR-STATEMENT-HELP/m-p/966756#M949157</guid>
      <dc:creator />
      <dc:date>2015-12-07T17:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: IF / OR STATEMENT HELP</title>
      <link>https://community.qlik.com/t5/QlikView/IF-OR-STATEMENT-HELP/m-p/966757#M949158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, I am glad it worked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 18:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-OR-STATEMENT-HELP/m-p/966757#M949158</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-07T18:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: IF / OR STATEMENT HELP</title>
      <link>https://community.qlik.com/t5/QlikView/IF-OR-STATEMENT-HELP/m-p/966758#M949159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rest assured, the IF() function in QlikView is extremely similar to its Excel counterpart. The major differences are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;parameters are separated by comma's (QV) instead of semicolons (Excel)&lt;/LI&gt;&lt;LI&gt;the third parameter of an IF can be left out (Excel, QlikView). In a QlikView expression, when you omit the third parameter, you have to leave out the last comma as well. In Excel, you can choose to include/leave out the last semicolon. You'll get different results in each case however.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 20:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-OR-STATEMENT-HELP/m-p/966758#M949159</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-07T20:30:04Z</dc:date>
    </item>
  </channel>
</rss>

