<?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 function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-function/m-p/492979#M184393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;simply try add ID in Dimension&lt;/P&gt;&lt;P&gt;and write expression Sum(Amount)&lt;/P&gt;&lt;P&gt;it gives you the data without zero but make sure that in presentation tab&amp;nbsp; check on suppress zero values&lt;/P&gt;&lt;P&gt;and if there's other column having data and you want to supress this row where Amount zero then use that column like if it is your 1st column then try to put condition in 2nd column for that partiular field in this way&lt;/P&gt;&lt;P&gt;if(Column(1)=0,0,condition for other column then it automatically supres that row&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Aug 2013 10:40:52 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-08-14T10:40:52Z</dc:date>
    <item>
      <title>IF function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-function/m-p/492975#M184389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;ID&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Amount&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;AAA&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;BBB&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;CCC&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DDD&lt;/TD&gt;&lt;TD&gt; 0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would simply want to sum amount with value (not zero) so i use&amp;nbsp; SUM(IF(Amount &amp;gt; 0, Amount)) but it turns out wrong.Alternatively want to display only ID's with Amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Kwame&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 09:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-function/m-p/492975#M184389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-14T09:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: IF function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-function/m-p/492976#M184390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 09:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-function/m-p/492976#M184390</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-14T09:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: IF function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-function/m-p/492977#M184391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Amount={"&amp;lt;&amp;gt;0"}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which type of chart you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 09:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-function/m-p/492977#M184391</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-08-14T09:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: IF function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-function/m-p/492978#M184392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Preferably a pivot table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 10:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-function/m-p/492978#M184392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-14T10:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: IF function</title>
      <link>https://community.qlik.com/t5/QlikView/IF-function/m-p/492979#M184393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;simply try add ID in Dimension&lt;/P&gt;&lt;P&gt;and write expression Sum(Amount)&lt;/P&gt;&lt;P&gt;it gives you the data without zero but make sure that in presentation tab&amp;nbsp; check on suppress zero values&lt;/P&gt;&lt;P&gt;and if there's other column having data and you want to supress this row where Amount zero then use that column like if it is your 1st column then try to put condition in 2nd column for that partiular field in this way&lt;/P&gt;&lt;P&gt;if(Column(1)=0,0,condition for other column then it automatically supres that row&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 10:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-function/m-p/492979#M184393</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-08-14T10:40:52Z</dc:date>
    </item>
  </channel>
</rss>

