<?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: Multiple IF Condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280731#M858854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already tried all these conditions but doesn't seem to give me 3rd result.&lt;/P&gt;&lt;P&gt;Just giving A &amp;amp; B&lt;/P&gt;&lt;P&gt;I'm using this in text box&lt;/P&gt;&lt;P&gt;I want to show a particular number to be in B if &amp;gt;10000000&lt;/P&gt;&lt;P&gt;if &amp;lt;10000000 in M&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And then I also want to show in K&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm using&lt;/P&gt;&lt;P&gt;if($(expressionstoredinVariable)&amp;gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1000000000&lt;/SPAN&gt;, num(&lt;SPAN style="font-size: 13.3333px;"&gt;$(expressionstoredinVariable)&lt;/SPAN&gt;/1000000000, '$#,##0.00 B' and so.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2017 14:26:43 GMT</pubDate>
    <dc:creator>MK9885</dc:creator>
    <dc:date>2017-01-19T14:26:43Z</dc:date>
    <item>
      <title>Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280727#M858850</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've been trying to implement multiple IF condition.&lt;/P&gt;&lt;P&gt;I've achieved it when I had 2 if's now I need to add 3rd if which can also be done but the problem is it's range based.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;if($(v123)&amp;gt;=1000000,'A',&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if($(v123)&amp;lt;=100000,'B'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Now I want the result if 123 is &amp;gt;1000000 as A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If 123 is &amp;lt; 100000 as B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and if 123 is in between 1 and 99999 as C&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Basically it is in between a particular number &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Ex:between 1 to 100 is A, between 100 to 1000 is B and greater than or equal to 10000 is C&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&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;A href="https://community.qlik.com/qlik-users/171708" target="_blank"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/216189" target="_blank"&gt;vinieme12&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280727#M858850</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280728#M858851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be 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;&lt;STRONG&gt;if($(v123)&amp;gt;=1000000,'A',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;if($(v123)&amp;lt;=100000,'B'&lt;SPAN style="color: #ff0000;"&gt;, 'C'&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280728#M858851</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-19T14:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280729#M858852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if you want to be explicit, then this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If($(v123) &amp;lt;= 100000, 'B',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If($(v123) &amp;lt; 1000000, 'C',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If($(v123) &amp;gt;= 1000000, 'A')))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280729#M858852</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-19T14:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280730#M858853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like below&lt;/P&gt;&lt;P&gt;if(123 &amp;lt;= 100,'A',if(123 &amp;lt; 1000,'B','C'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280730#M858853</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-19T14:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280731#M858854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already tried all these conditions but doesn't seem to give me 3rd result.&lt;/P&gt;&lt;P&gt;Just giving A &amp;amp; B&lt;/P&gt;&lt;P&gt;I'm using this in text box&lt;/P&gt;&lt;P&gt;I want to show a particular number to be in B if &amp;gt;10000000&lt;/P&gt;&lt;P&gt;if &amp;lt;10000000 in M&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And then I also want to show in K&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm using&lt;/P&gt;&lt;P&gt;if($(expressionstoredinVariable)&amp;gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1000000000&lt;/SPAN&gt;, num(&lt;SPAN style="font-size: 13.3333px;"&gt;$(expressionstoredinVariable)&lt;/SPAN&gt;/1000000000, '$#,##0.00 B' and so.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280731#M858854</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-01-19T14:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280732#M858855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My current expression which is not working for K&lt;/P&gt;&lt;P&gt;=if($(Variable)&amp;gt;=1000000000 ,num($(&lt;SPAN style="font-size: 13.3333px;"&gt;Variable&lt;/SPAN&gt;)/1000000000, '$#,##0.00 B'),&lt;/P&gt;&lt;P&gt;if($(Variable)&amp;lt;=10000000000 ,num($(&lt;SPAN style="font-size: 13.3333px;"&gt;Variable&lt;/SPAN&gt;)/10000000, '$#,##0.00 M'),&lt;/P&gt;&lt;P&gt;if($(Variable)&amp;lt;1000000000 ,num($(&lt;SPAN style="font-size: 13.3333px;"&gt;Variable&lt;/SPAN&gt;)/10000000, '$#,##0.00 K'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem here is it will show in M only cus we taking &amp;lt;10000000 as M and everything will be less after that, hence will be shown in M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280732#M858855</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-01-19T14:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280733#M858856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried but n/w&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280733#M858856</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-01-19T14:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280734#M858857</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;How about like this?&lt;/P&gt;&lt;P&gt;=If(Sales&amp;gt;1 and Sales&amp;lt;=100,'A',if(Sales&amp;gt;100&amp;nbsp; and Sales&amp;lt;=1000,'B','C'))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150081_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280734#M858857</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-01-19T14:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280735#M858858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=if($(Variable) &amp;gt;= 1000000000,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num($(&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Variable&lt;/SPAN&gt;)/1000000000, '$#,##0.00 B'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; if($(Variable) &amp;gt;= 10000000,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num($(&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Variable&lt;/SPAN&gt;)/1000000, '$#,##0.00 M'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num($(&lt;SPAN style="font-family: inherit; font-style: inherit; font-size: 13.3333px;"&gt;Variable&lt;/SPAN&gt;)/1000, '$#,##0.00 K')))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280735#M858858</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-19T14:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280736#M858859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if($(Variable)&amp;lt;1000000000 ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; num($(&lt;SPAN style="font-size: 13.33px;"&gt;Variable&lt;/SPAN&gt;)/10000000, '$#,##0.00 K'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if($(Variable)&amp;lt;=10000000000,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num($(&lt;SPAN style="font-size: 13.33px;"&gt;Variable&lt;/SPAN&gt;)/10000000, '$#,##0.00 M'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if($(Variable)&amp;gt;=10000000000,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num($(&lt;SPAN style="font-size: 13.33px;"&gt;Variable&lt;/SPAN&gt;)/1000000000, '$#,##0.00 B')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280736#M858859</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2017-01-19T14:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280737#M858860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to say but I've tried this as well and it gives me 0.00 M for values in thousands and for values in M it is giving 1.00 M for everything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280737#M858860</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-01-19T14:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280738#M858861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample where this isn't working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280738#M858861</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-19T14:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280739#M858862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but I've tried all the suggestions given here and sadly none is working....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280739#M858862</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-01-19T14:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280740#M858863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I cannot.&lt;/P&gt;&lt;P&gt;A. This application is quite big in size.&lt;/P&gt;&lt;P&gt;B. The stored variable has 9 line expression in it and using 15 different dimensions.&lt;/P&gt;&lt;P&gt;cannot create a sample for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280740#M858863</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-01-19T15:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280741#M858864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a dummy app where you can replicate the issue because if you are not able to share, we won't know what might be going wrong.... because in general it should work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280741#M858864</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-19T15:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280742#M858865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;intead of using Num() to format have you tried formatting it as Money? and then assign Symbols for Thousand/Million/billion? on the Number tab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280742#M858865</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-19T15:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280743#M858866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if($(Variable) &amp;gt;= 1 and&amp;nbsp; &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(Variable)&amp;lt;= 100, A, &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if($(Variable)&amp;gt;=101 and &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(Variable) &amp;lt;=1000, B ,&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if($(Variable)&amp;gt;=1001 and &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(Variable) &amp;lt;=10000, C,'NotMatched')))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280743#M858866</guid>
      <dc:creator>stiffi88</dc:creator>
      <dc:date>2017-01-19T15:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280744#M858867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if($(Variable)&amp;gt;=1000000000 ,num($(&lt;SPAN style="font-size: 13.33px;"&gt;Variable&lt;/SPAN&gt;)/1000000000, '$#,##0.00 B'),&lt;/P&gt;&lt;P&gt;if($(Variable)&amp;lt;=&lt;STRONG&gt;10000000000&lt;/STRONG&gt; ,num($(&lt;SPAN style="font-size: 13.33px;"&gt;Variable&lt;/SPAN&gt;)/10000000, '$#,##0.00 M'),&lt;/P&gt;&lt;P&gt;if($(Variable)&amp;lt;&lt;STRONG&gt;1000000000&lt;/STRONG&gt; ,num($(&lt;SPAN style="font-size: 13.33px;"&gt;Variable&lt;/SPAN&gt;)/10000000, '$#,##0.00 K'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here, if a value is 999999999, both M and K will be true. Qlikview Choose M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280744#M858867</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-19T15:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280745#M858868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I agree.&lt;/P&gt;&lt;P&gt;Is there a function to look for in between values?&lt;/P&gt;&lt;P&gt;Like if 1 to 100 A&lt;/P&gt;&lt;P&gt;&amp;lt;1000 to 99 as B&lt;/P&gt;&lt;P&gt;and &amp;gt; 1000 as C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;P&gt;When I use the above expression, it gives me 0.00 M for values in thousands.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280745#M858868</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-01-19T15:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple IF Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280746#M858869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;arvind,&lt;/P&gt;&lt;P&gt;There have been a lot of good responses that should work.&lt;/P&gt;&lt;P&gt;If it still doesn't, I'm inclined to think the issue is tied to your data values.&amp;nbsp; Can you validate the value of your variable when you run the script in debug mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-IF-Condition/m-p/1280746#M858869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-19T15:22:21Z</dc:date>
    </item>
  </channel>
</rss>

