<?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: add more if in one expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/add-more-if-in-one-expression/m-p/1531323#M457271</link>
    <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;=if((Act_Yield01/BunchCount01)*1000 &amp;gt; 20, 'high'&lt;BR /&gt;,if((Act_Yield01/BunchCount01)*1000 &amp;gt;= 5, 'med'&lt;BR /&gt;,'low))&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2019 03:44:47 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2019-01-17T03:44:47Z</dc:date>
    <item>
      <title>add more if in one expression</title>
      <link>https://community.qlik.com/t5/QlikView/add-more-if-in-one-expression/m-p/1531318#M457268</link>
      <description>&lt;P&gt;Hi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i wish to make the range like this&lt;/P&gt;&lt;P&gt;ABW range &amp;gt;20 = high&lt;/P&gt;&lt;P&gt;ABW 5 -20 = Medium&lt;/P&gt;&lt;P&gt;ABW less than 5 = low&lt;/P&gt;&lt;P&gt;my script for medium is ok as below&lt;/P&gt;&lt;P&gt;=if((Act_Yield01/BunchCount01)*1000&amp;gt;=5 and (Act_Yield01/BunchCount01)*1000&amp;lt;=20,'Mid')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i dont know how to insert for high and&amp;nbsp;Low&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1yt.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3906iAAD6E09B151EE89E/image-size/large?v=v2&amp;amp;px=999" role="button" title="1yt.png" alt="1yt.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 02:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-more-if-in-one-expression/m-p/1531318#M457268</guid>
      <dc:creator>iliaisyah</dc:creator>
      <dc:date>2019-01-17T02:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: add more if in one expression</title>
      <link>https://community.qlik.com/t5/QlikView/add-more-if-in-one-expression/m-p/1531319#M457269</link>
      <description>try this nested if statement&lt;BR /&gt;&lt;BR /&gt;=if((Act_Yield01/BunchCount01)*1000&amp;gt;=5 and (Act_Yield01/BunchCount01)*1000&amp;lt;=20,'Mid',if((Act_Yield01/BunchCount01)*1000&amp;gt;20,'High','Low'))&lt;BR /&gt;&lt;BR /&gt;ZZ</description>
      <pubDate>Thu, 17 Jan 2019 03:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-more-if-in-one-expression/m-p/1531319#M457269</guid>
      <dc:creator>zzyjordan</dc:creator>
      <dc:date>2019-01-17T03:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: add more if in one expression</title>
      <link>https://community.qlik.com/t5/QlikView/add-more-if-in-one-expression/m-p/1531320#M457270</link>
      <description>&lt;P&gt;Thank You so muc. it works!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 03:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-more-if-in-one-expression/m-p/1531320#M457270</guid>
      <dc:creator>iliaisyah</dc:creator>
      <dc:date>2019-01-17T03:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: add more if in one expression</title>
      <link>https://community.qlik.com/t5/QlikView/add-more-if-in-one-expression/m-p/1531323#M457271</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;=if((Act_Yield01/BunchCount01)*1000 &amp;gt; 20, 'high'&lt;BR /&gt;,if((Act_Yield01/BunchCount01)*1000 &amp;gt;= 5, 'med'&lt;BR /&gt;,'low))&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 03:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/add-more-if-in-one-expression/m-p/1531323#M457271</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-01-17T03:44:47Z</dc:date>
    </item>
  </channel>
</rss>

