<?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 Expression - Return result if figure does not equal zero in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Return-result-if-figure-does-not-equal-zero/m-p/328768#M1195724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table that has a number of expressions which return numeric figures. On one of the expressions I need to filter out anything that does not equal zero. My current expression is Sum(Settled). What should my expression be to return: sum(settled), only if settled does not equal zero? The result would be that the straight table only shows results when the settled figure is not zero, regardless of what the other expressions return.Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2011 10:02:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-29T10:02:54Z</dc:date>
    <item>
      <title>Expression - Return result if figure does not equal zero</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Return-result-if-figure-does-not-equal-zero/m-p/328768#M1195724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table that has a number of expressions which return numeric figures. On one of the expressions I need to filter out anything that does not equal zero. My current expression is Sum(Settled). What should my expression be to return: sum(settled), only if settled does not equal zero? The result would be that the straight table only shows results when the settled figure is not zero, regardless of what the other expressions return.Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 10:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Return-result-if-figure-does-not-equal-zero/m-p/328768#M1195724</guid>
      <dc:creator />
      <dc:date>2011-06-29T10:02:54Z</dc:date>
    </item>
    <item>
      <title>Expression - Return result if figure does not equal zero</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Return-result-if-figure-does-not-equal-zero/m-p/328769#M1195725</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;&amp;nbsp;&amp;nbsp; You can use the set analysis for this. For example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;Settled -= {"0"}&amp;gt;}Settled)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; This will give you sum only when the settled is not 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 10:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Return-result-if-figure-does-not-equal-zero/m-p/328769#M1195725</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-29T10:10:59Z</dc:date>
    </item>
    <item>
      <title>Expression - Return result if figure does not equal zero</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Return-result-if-figure-does-not-equal-zero/m-p/328770#M1195726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks - I've tried that but its not working. Is it becasue all of the other expressions in the table need to contain the same statement - for example one column shows Tax - should I use Sum({&amp;lt;Settled -= {"0"}&amp;gt;}Tax) and so on for other expressions? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 10:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Return-result-if-figure-does-not-equal-zero/m-p/328770#M1195726</guid>
      <dc:creator />
      <dc:date>2011-06-29T10:22:47Z</dc:date>
    </item>
    <item>
      <title>Expression - Return result if figure does not equal zero</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Return-result-if-figure-does-not-equal-zero/m-p/328771#M1195727</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;&amp;nbsp;&amp;nbsp; Yes, you are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you provide&amp;nbsp; qvw file, that will help me to understand it properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 10:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Return-result-if-figure-does-not-equal-zero/m-p/328771#M1195727</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-29T10:32:35Z</dc:date>
    </item>
    <item>
      <title>Expression - Return result if figure does not equal zero</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Return-result-if-figure-does-not-equal-zero/m-p/328772#M1195728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks I have updated the other expressions and it now works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 10:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Return-result-if-figure-does-not-equal-zero/m-p/328772#M1195728</guid>
      <dc:creator />
      <dc:date>2011-06-29T10:44:58Z</dc:date>
    </item>
  </channel>
</rss>

