<?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 conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-conditions/m-p/879718#M1006603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The basic IF testament taken 3 arguments:&lt;/P&gt;&lt;P&gt;logical_condition,value returned if the logical condition is true,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;value returned if the logical condition is false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;To example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=IF(1=1,'True','False')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your Qlikview Application you may have situation when you got field "Sales":&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write IF condition saying that&lt;/P&gt;&lt;P&gt;IF(Sales&amp;gt;2,"Yes","No")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result of the statement if used let say in Straight table would be new fields with values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No&lt;/P&gt;&lt;P&gt;No&lt;/P&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those are very basic examples but I hope it will give you some insight.&lt;/P&gt;&lt;P&gt;As Gysbert mentioned look into Qlikview help or just Google IF statement.&lt;/P&gt;&lt;P&gt;The principle of this function are the same with almost every software.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2015 13:29:33 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2015-05-18T13:29:33Z</dc:date>
    <item>
      <title>If conditions</title>
      <link>https://community.qlik.com/t5/QlikView/If-conditions/m-p/879716#M1006601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai to All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H6&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am Rachamreddy, Now start to learn Qlikview i have lot of confusion about &lt;STRONG style="color: #ff0000;"&gt;If&lt;/STRONG&gt; conditions because i am very new stranger of this course please give me suggestions and some examples &lt;SPAN style="color: #ff0000;"&gt;If conditions&lt;/SPAN&gt;&lt;/H6&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000;"&gt;Thanking You&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 12:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-conditions/m-p/879716#M1006601</guid>
      <dc:creator />
      <dc:date>2015-05-18T12:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: If conditions</title>
      <link>https://community.qlik.com/t5/QlikView/If-conditions/m-p/879717#M1006602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you read the entries in the Qlikview help file? Open Qlikview Desktop and open the help file from the Help menu: Help -&amp;gt; Content. Then click the Index tab and enter 'if' as keyword. You'll find two entries: one for 'if' and one for 'if ..then..elseif..else..end if'. Read them both. If you still have questions after reading those help file entries feel free to ask for clarification of anything you don't understand yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 12:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-conditions/m-p/879717#M1006602</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-18T12:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: If conditions</title>
      <link>https://community.qlik.com/t5/QlikView/If-conditions/m-p/879718#M1006603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The basic IF testament taken 3 arguments:&lt;/P&gt;&lt;P&gt;logical_condition,value returned if the logical condition is true,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;value returned if the logical condition is false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;To example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=IF(1=1,'True','False')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your Qlikview Application you may have situation when you got field "Sales":&lt;/P&gt;&lt;P&gt;Sales&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write IF condition saying that&lt;/P&gt;&lt;P&gt;IF(Sales&amp;gt;2,"Yes","No")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result of the statement if used let say in Straight table would be new fields with values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No&lt;/P&gt;&lt;P&gt;No&lt;/P&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those are very basic examples but I hope it will give you some insight.&lt;/P&gt;&lt;P&gt;As Gysbert mentioned look into Qlikview help or just Google IF statement.&lt;/P&gt;&lt;P&gt;The principle of this function are the same with almost every software.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 13:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-conditions/m-p/879718#M1006603</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-05-18T13:29:33Z</dc:date>
    </item>
  </channel>
</rss>

