<?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: Ignore Null values from Total function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-Null-values-from-Total-function/m-p/693699#M1055973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached qvw file. Is this what you were trying to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 20:28:28 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2014-10-09T20:28:28Z</dc:date>
    <item>
      <title>Ignore Null values from Total function</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Null-values-from-Total-function/m-p/693696#M1055969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 1 straight table with below dimensions and Expressions:&lt;/P&gt;&lt;P&gt;Plan ,Sales and Total Sales.&lt;/P&gt;&lt;P&gt;The issue is there is Sales for some Null(-) Plans. So when I am using total function in Total Sales, then its including the sales for null plans also,even after selecting Suppress Null Values for Plan dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to ignore the sales for null plans from Total function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.... !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Null-values-from-Total-function/m-p/693696#M1055969</guid>
      <dc:creator>pradnyat</dc:creator>
      <dc:date>2014-10-09T14:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Null values from Total function</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Null-values-from-Total-function/m-p/693697#M1055971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The suppress nulls works on the aggregated values , not the detail records.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A common technique is to use and IF statement on all expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum ( If&amp;nbsp; (&amp;nbsp; not isnull(Plan) , Sales)&amp;nbsp; ) &lt;/P&gt;&lt;P&gt;sum ( If&amp;nbsp; (&amp;nbsp; not isnull(Plan) , [Total Sales])&amp;nbsp; ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the Sales and Total Sales will be null when the Plan is Null and the row will be suppressed from the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 16:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Null-values-from-Total-function/m-p/693697#M1055971</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-09T16:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Null values from Total function</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Null-values-from-Total-function/m-p/693698#M1055972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A set expression should also work.&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14128859919199732" jivemacro_uid="_14128859919199732"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 26px;"&gt;sum (&amp;nbsp; {&amp;lt;Plain ={"*"}&amp;gt;}Sales)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 20:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Null-values-from-Total-function/m-p/693698#M1055972</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2014-10-09T20:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Null values from Total function</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Null-values-from-Total-function/m-p/693699#M1055973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached qvw file. Is this what you were trying to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 20:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Null-values-from-Total-function/m-p/693699#M1055973</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2014-10-09T20:28:28Z</dc:date>
    </item>
  </channel>
</rss>

