<?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: Remove Nulls from a Summary Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-from-a-Summary-Table/m-p/460370#M171854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that and it comes back with a 0.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Apr 2013 20:04:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-16T20:04:17Z</dc:date>
    <item>
      <title>Remove Nulls from a Summary Table</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-from-a-Summary-Table/m-p/460368#M171852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get a summary table set up so I can set up multiple charts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue I'm having is with this formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Working Days]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Employee Name]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Activity Date]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Start Date]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Job Title]&lt;/SPAN&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;My total results should be 726 - removing nulls from the Start Date.&amp;nbsp; If I have the Start Date Dimension, it works fine.&amp;nbsp; But in the Summary table with no dimensions, I get 728.&amp;nbsp; Testing the data, I have 2 rows with no Start Date.&amp;nbsp; I tried doing an extension of the expression (IsNull[Start Date])), expression) but get a 0 in return.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What else can I try? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 19:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-from-a-Summary-Table/m-p/460368#M171852</guid>
      <dc:creator />
      <dc:date>2013-04-16T19:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Nulls from a Summary Table</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-from-a-Summary-Table/m-p/460369#M171853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #0000ff;"&gt;if(IsNull&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;[Start Date]&lt;/SPAN&gt;&amp;lt;&amp;gt;0,sum&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #800000;"&gt;[Working Days]&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #800000;"&gt;[Employee Name]&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #800000;"&gt;[Activity Date]&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #800000;"&gt;[Start Date]&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #800000;"&gt;[Job Title]&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Rebeca&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 19:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-from-a-Summary-Table/m-p/460369#M171853</guid>
      <dc:creator />
      <dc:date>2013-04-16T19:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Nulls from a Summary Table</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-from-a-Summary-Table/m-p/460370#M171854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that and it comes back with a 0.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 20:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-from-a-Summary-Table/m-p/460370#M171854</guid>
      <dc:creator />
      <dc:date>2013-04-16T20:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Nulls from a Summary Table</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-from-a-Summary-Table/m-p/460371#M171855</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;SPAN class="hps"&gt;With&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the following&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;test:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(if(num(&lt;SPAN style="color: #800000;"&gt;[Start Date]&lt;/SPAN&gt;)&amp;gt;0,&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Working Days]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Employee Name]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Activity Date]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Start Date]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Job Title]&lt;/SPAN&gt;)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Could you&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;upload&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a sample&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to test&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 20:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-from-a-Summary-Table/m-p/460371#M171855</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2013-04-16T20:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Nulls from a Summary Table</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Nulls-from-a-Summary-Table/m-p/460372#M171856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect.&amp;nbsp; Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 20:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Nulls-from-a-Summary-Table/m-p/460372#M171856</guid>
      <dc:creator />
      <dc:date>2013-04-16T20:12:39Z</dc:date>
    </item>
  </channel>
</rss>

