<?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 sum(amount) except null? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/1625272#M579400</link>
    <description>&lt;P&gt;This helped me with a similar problem. Thanks. Well appreciated.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2019 13:08:58 GMT</pubDate>
    <dc:creator>cavmih18</dc:creator>
    <dc:date>2019-09-18T13:08:58Z</dc:date>
    <item>
      <title>How to sum(amount) except null?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/323916#M579393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data sample below:&lt;/P&gt;&lt;P&gt;&lt;/P&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;Region&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;Region A&lt;/TD&gt;&lt;TD&gt;5000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Region B&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;4000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;3000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sum up all amount excluding the Region which is NULL or no region. Now, this is simple when manipulating the table properties. But this time, I want to sum it up through set analysis... So is it possible to sum(amount) except Null Region?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my idea, something like this: &lt;STRONG&gt;sum({&amp;lt;&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;EM&gt;Region is not Null&lt;/EM&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;gt;} Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me get over this, thanks. Coz I want it to display in the dashboard, and displaying data in the dashboad includes null values. Which is DUH! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 08:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/323916#M579393</guid>
      <dc:creator />
      <dc:date>2012-02-28T08:13:31Z</dc:date>
    </item>
    <item>
      <title>How to sum(amount) except null?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/323917#M579394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi ,&lt;/P&gt;&lt;P&gt;You can use Sum(Amount) only and Go to Properties---&amp;gt;Dimension and check Supress when value is null.&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 08:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/323917#M579394</guid>
      <dc:creator>vijay_iitkgp</dc:creator>
      <dc:date>2012-02-28T08:22:07Z</dc:date>
    </item>
    <item>
      <title>How to sum(amount) except null?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/323918#M579395</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;&amp;nbsp;&amp;nbsp; use the expression like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =if(IsNull(&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;EM&gt;Region&lt;/EM&gt;&lt;/SPAN&gt;),&lt;STRONG&gt;sum&lt;/STRONG&gt;(&lt;STRONG&gt; &lt;/STRONG&gt;&lt;STRONG&gt;Amount&lt;/STRONG&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Iyyappan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 08:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/323918#M579395</guid>
      <dc:creator>v_iyyappan</dc:creator>
      <dc:date>2012-02-28T08:22:21Z</dc:date>
    </item>
    <item>
      <title>How to sum(amount) except null?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/323919#M579396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try using this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =sum({&amp;lt;&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;EM&gt;Region={'*'}&lt;/EM&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;gt;} Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It won't consider null values.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Celambarasan&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 08:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/323919#M579396</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-28T08:38:43Z</dc:date>
    </item>
    <item>
      <title>How to sum(amount) except null?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/323920#M579397</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;STRONG style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;sum({&amp;lt;&lt;/STRONG&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 12px; font-family: Arial; color: #ff0000;"&gt;&lt;EM&gt;&lt;EM style="background-color: #ffffff; font-size: 12px; color: #ff0000; font-family: Arial;"&gt;Region-={}&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;STRONG style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;gt;} Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;may show red line but it will run&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;hope this helps&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 08:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/323920#M579397</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-02-28T08:47:08Z</dc:date>
    </item>
    <item>
      <title>How to sum(amount) except null?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/323921#M579398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(If(Not IsNull(Region), &lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;STRONG&gt;Amount))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps you.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jagan.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 08:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/323921#M579398</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-28T08:48:05Z</dc:date>
    </item>
    <item>
      <title>How to sum(amount) except null?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/323922#M579399</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;&amp;nbsp;&amp;nbsp; cau u attach a sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iyyappan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 09:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/323922#M579399</guid>
      <dc:creator>v_iyyappan</dc:creator>
      <dc:date>2012-02-28T09:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum(amount) except null?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/1625272#M579400</link>
      <description>&lt;P&gt;This helped me with a similar problem. Thanks. Well appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 13:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sum-amount-except-null/m-p/1625272#M579400</guid>
      <dc:creator>cavmih18</dc:creator>
      <dc:date>2019-09-18T13:08:58Z</dc:date>
    </item>
  </channel>
</rss>

