<?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: How to use the if statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-the-if-statement/m-p/580489#M215671</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;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;exprssion&lt;/SPAN&gt;_1&amp;lt; 2, 'Good', if( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;exprssion&lt;/SPAN&gt;_1&amp;lt;3, 'Normal' ,' Bad')) as Result&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;PS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2014 15:15:13 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2014-03-31T15:15:13Z</dc:date>
    <item>
      <title>How to use the if statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-the-if-statement/m-p/580485#M215667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to use the "If" statement with 3 possibilities in one expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result expression 1 is a value (f.e. "2.7")&lt;/P&gt;&lt;P&gt;I've made 3 categories&lt;/P&gt;&lt;P&gt;"Good" if value &amp;lt; 2&lt;/P&gt;&lt;P&gt;"Normal" if value &amp;gt;=2 and &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;/P&gt;&lt;P&gt;"Bad" if value &amp;gt;=3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to make a new expression which shows me the value&lt;/P&gt;&lt;P&gt;"Normal" when exprssion 1 = 2.7&lt;/P&gt;&lt;P&gt;or which shows me&lt;/P&gt;&lt;P&gt;"Good" if expression 1 = 1.7&lt;/P&gt;&lt;P&gt;or shows me&lt;/P&gt;&lt;P&gt;"Bad" if expression 1 = 3.7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 14:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-the-if-statement/m-p/580485#M215667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-31T14:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the if statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-the-if-statement/m-p/580486#M215668</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;exprssion 1 = 2.7&lt;/SPAN&gt;, 'Normal', if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;expression 1 = 1.7&lt;/SPAN&gt;, "Good", if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;expression 1 = 3.7&lt;/SPAN&gt;, "Bad", "NA")))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 14:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-the-if-statement/m-p/580486#M215668</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-03-31T14:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the if statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-the-if-statement/m-p/580487#M215669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(value &amp;lt; 2, 'Good',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(value &amp;gt;=2 and value &amp;lt;3, 'Normal' ,' Bad')&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 14:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-the-if-statement/m-p/580487#M215669</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-31T14:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the if statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-the-if-statement/m-p/580488#M215670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;exprssion&lt;/SPAN&gt;_1 = 2.7, 'Normal',&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;exprssion&lt;/SPAN&gt;_1 = 1.7, 'Good',&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;exprssion&lt;/SPAN&gt;_1 = 3.7,'Bad'))) as Result_expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 14:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-the-if-statement/m-p/580488#M215670</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-31T14:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the if statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-the-if-statement/m-p/580489#M215671</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;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;exprssion&lt;/SPAN&gt;_1&amp;lt; 2, 'Good', if( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;exprssion&lt;/SPAN&gt;_1&amp;lt;3, 'Normal' ,' Bad')) as Result&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;PS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 15:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-the-if-statement/m-p/580489#M215671</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-03-31T15:15:13Z</dc:date>
    </item>
  </channel>
</rss>

