<?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 statement expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-statement-expression/m-p/1119476#M907505</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;max(if(PUR_MYOBPurchaseID&amp;lt;0,InwardsMonthYr))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 11:47:48 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2016-06-15T11:47:48Z</dc:date>
    <item>
      <title>IF statement expression</title>
      <link>https://community.qlik.com/t5/QlikView/IF-statement-expression/m-p/1119474#M907503</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;I need help with the following if expression which is currently incorrect. The statement should show the InwardsMonthYr if PurchaseID &amp;lt;0, otherwise leave it blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(PUR_MYOBPurchaseID=('&amp;lt;0'),max(InwardsMonthYr))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shamit&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/IF-statement-expression/m-p/1119474#M907503</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement expression</title>
      <link>https://community.qlik.com/t5/QlikView/IF-statement-expression/m-p/1119475#M907504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try like &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(PUR_MYOBPurchaseID&amp;lt;0,max(InwardsMonthYr))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 11:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-statement-expression/m-p/1119475#M907504</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-06-15T11:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement expression</title>
      <link>https://community.qlik.com/t5/QlikView/IF-statement-expression/m-p/1119476#M907505</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;max(if(PUR_MYOBPurchaseID&amp;lt;0,InwardsMonthYr))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 11:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-statement-expression/m-p/1119476#M907505</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2016-06-15T11:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement expression</title>
      <link>https://community.qlik.com/t5/QlikView/IF-statement-expression/m-p/1119477#M907506</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;if(PUR_MYOBPurchaseID&amp;lt;0,max(InwardsMonthYr))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 12:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-statement-expression/m-p/1119477#M907506</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-06-15T12:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement expression</title>
      <link>https://community.qlik.com/t5/QlikView/IF-statement-expression/m-p/1119478#M907507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shamit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below exp.&lt;/P&gt;&lt;P&gt;here we converted &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PUR_MYOBPurchaseID into &lt;STRONG&gt;num&lt;/STRONG&gt; format .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(num(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PUR_MYOBPurchaseID)&amp;lt;0,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;max(InwardsMonthYr))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 12:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-statement-expression/m-p/1119478#M907507</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2016-06-15T12:08:52Z</dc:date>
    </item>
  </channel>
</rss>

