<?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 condition is need to verify in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013310#M15028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I modified like below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Customer Impact] &amp;lt;&amp;gt; 'Medium' and [Customer Impact] &amp;lt;&amp;gt; 'Low', [Customer Impact])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sub2u444&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Apr 2016 10:27:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-25T10:27:01Z</dc:date>
    <item>
      <title>If condition is need to verify</title>
      <link>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013304#M15022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote like this in IF condition at Qlik Sense. It's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one check and modify..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If([Customer Impact]&amp;lt;&amp;gt;('Medium','Low'),[Customer Impact])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sub2u444&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013304#M15022</guid>
      <dc:creator />
      <dc:date>2016-04-25T10:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: If condition is need to verify</title>
      <link>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013305#M15023</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(not Match([Customer Impact], 'Medium', 'Low'), [Customer Impact])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013305#M15023</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T10:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: If condition is need to verify</title>
      <link>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013306#M15024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If([Customer Impact] &amp;lt;&amp;gt; 'Medium' &lt;SPAN style="color: #ff0000;"&gt;or [Customer Impact] &amp;lt;&amp;gt;&lt;/SPAN&gt; 'Low', [Customer Impact])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013306#M15024</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T10:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: If condition is need to verify</title>
      <link>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013307#M15025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i think you need to write nested if condition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013307#M15025</guid>
      <dc:creator />
      <dc:date>2016-04-25T10:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: If condition is need to verify</title>
      <link>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013308#M15026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one is not working Sunny. Let me check with below one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013308#M15026</guid>
      <dc:creator />
      <dc:date>2016-04-25T10:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: If condition is need to verify</title>
      <link>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013309#M15027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In which context are you using this expression? In a calculated dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either use &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(not Match([Customer Impact], 'Medium', 'Low'), [Customer Impact])&lt;/STRONG&gt; as shown above, or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If([Customer Impact] &amp;lt;&amp;gt; 'Medium' &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&lt;EM&gt;AND&lt;/EM&gt; &lt;SPAN style="color: #3d3d3d;"&gt;[Customer Impact] &amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt; '&lt;/SPAN&gt;Low', [Customer Impact])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013309#M15027</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-25T10:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: If condition is need to verify</title>
      <link>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013310#M15028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I modified like below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Customer Impact] &amp;lt;&amp;gt; 'Medium' and [Customer Impact] &amp;lt;&amp;gt; 'Low', [Customer Impact])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sub2u444&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013310#M15028</guid>
      <dc:creator />
      <dc:date>2016-04-25T10:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: If condition is need to verify</title>
      <link>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013311#M15029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya right because we are using not equal logic, it should be AND and not OR &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, 25 Apr 2016 10:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013311#M15029</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T10:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: If condition is need to verify</title>
      <link>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013312#M15030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure this did not work? I would think that this would work as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways if you got what you were looking for, please close the thread by marking your or Stefan's answer as correct and mark any helpful answers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 10:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013312#M15030</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T10:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: If condition is need to verify</title>
      <link>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013313#M15031</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;Sorry all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement changed....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Status Filter in that values are - "Safety,Critical,High,Medium,Low"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default i should show "Safety,Critical,Hot", other wise i should show 5 values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any one can help with the expr...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/167868"&gt;sub2u444&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 12:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013313#M15031</guid>
      <dc:creator />
      <dc:date>2016-04-25T12:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: If condition is need to verify</title>
      <link>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013314#M15032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement changed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you see below post..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 12:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013314#M15032</guid>
      <dc:creator />
      <dc:date>2016-04-25T12:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: If condition is need to verify</title>
      <link>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013315#M15033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Otherwise show 5 values? What do you mean by that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I recommend creating new thread for a new/changed requirement as it becomes difficult for people to look for correct answers in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 12:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-condition-is-need-to-verify/m-p/1013315#M15033</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T12:09:46Z</dc:date>
    </item>
  </channel>
</rss>

