<?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: Count Distinct Exclude Total Row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963375#M330412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 8 dimensions in the table.&amp;nbsp; I used &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Invoice Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Invoice Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;nbsp; since I'm trying to determine the invoice count.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2015 20:18:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-29T20:18:59Z</dc:date>
    <item>
      <title>Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963371#M330408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a chart with a total row.&amp;nbsp; When I execute the =count(distinct(field name)) the total includes the row with the totals.&amp;nbsp; Is there a way to eliminate the total row in the count?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 19:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963371#M330408</guid>
      <dc:creator />
      <dc:date>2015-09-29T19:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963372#M330409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean, but try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(Count(DISTINCT FieldName), YourChartDimensions))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 20:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963372#M330409</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-29T20:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963373#M330410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but that did not work.&amp;nbsp; Here is an example.&amp;nbsp; There are 8 invoices but the count = 9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100392_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 20:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963373#M330410</guid>
      <dc:creator />
      <dc:date>2015-09-29T20:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963374#M330411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is Customer Name and Inv Nbr the only two dimensions in this chart? and when you did this, it did not give you the correct total up-top -&amp;gt; &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(Aggr(Count(DISTINCT FieldName), &lt;SPAN style="color: #ff0000;"&gt;[Customer Name], [Inv Nbr]&lt;/SPAN&gt;))?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 20:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963374#M330411</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-29T20:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963375#M330412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 8 dimensions in the table.&amp;nbsp; I used &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Invoice Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Invoice Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;nbsp; since I'm trying to determine the invoice count.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 20:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963375#M330412</guid>
      <dc:creator />
      <dc:date>2015-09-29T20:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963376#M330413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the above expression by adding all dimensions in it and see if it gives you the desired output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 20:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963376#M330413</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-29T20:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963377#M330414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It gave me a count of 20&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 20:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963377#M330414</guid>
      <dc:creator />
      <dc:date>2015-09-29T20:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963378#M330415</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;If you have Primary Key in your data model I suggest count the Primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like ID sort of&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 21:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963378#M330415</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-09-29T21:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963379#M330416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share your sample app and data will see whats the issues is &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 04:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963379#M330416</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-09-30T04:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963380#M330417</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;Are you selecting Supress when Value is Null option from dimension tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 05:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963380#M330417</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-09-30T05:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963381#M330418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, suppress when null is checked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 12:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963381#M330418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-30T12:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963382#M330419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I created a sample app to share the count function worked as desired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100535_Capture.JPG" style="width: 620px; height: 149px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 16:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963382#M330419</guid>
      <dc:creator />
      <dc:date>2015-09-30T16:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963383#M330420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool , if you got the answer ..please mark the correct answer and close this thread so that will be helpful for others &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 07:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963383#M330420</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-01T07:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963384#M330421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately the problem still exists in my original app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 12:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963384#M330421</guid>
      <dc:creator />
      <dc:date>2015-10-01T12:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Count Distinct Exclude Total Row</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963385#M330422</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;Because of it you are getting 1 extra count.&lt;/P&gt;&lt;P&gt;Either you can subtract 1 manually from your expression or handle null value dimension in your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 13:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Distinct-Exclude-Total-Row/m-p/963385#M330422</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-10-01T13:58:32Z</dc:date>
    </item>
  </channel>
</rss>

