<?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 total disregarding selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/count-total-disregarding-selection/m-p/554972#M1135375</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;to disregard a selection you should use the '1' modifier ni the set analysis. Maybe trying something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= count({1&amp;lt;[customers]&amp;gt;} customers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would get 39 (the total number of customers disregarding the selections made)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Oct 2013 14:03:00 GMT</pubDate>
    <dc:creator>salto</dc:creator>
    <dc:date>2013-10-14T14:03:00Z</dc:date>
    <item>
      <title>count total disregarding selection</title>
      <link>https://community.qlik.com/t5/QlikView/count-total-disregarding-selection/m-p/554969#M1135372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;productgroups (1,2,3,4 etc)&lt;/P&gt;&lt;P&gt;customers are divided into customergroups (A,B,C,D etc)&lt;/P&gt;&lt;P&gt;per customer and productgroup i have the supplier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="WIDTH: 535px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl25" height="17" width="148"&gt;customergroup&lt;/TD&gt;&lt;TD class="xl25" style="border-left: medium none;" width="98"&gt;pruductgroup&lt;/TD&gt;&lt;TD class="xl25" style="border-left: medium none;" width="167"&gt;supplier&lt;/TD&gt;&lt;TD class="xl25" style="border-left: medium none;" width="122"&gt;count customers:&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17" style="border-top: medium none;"&gt;A&lt;/TD&gt;&lt;TD class="xl24" style="border-left: medium none; border-top: medium none;"&gt;1&lt;/TD&gt;&lt;TD class="xl24" style="border-left: medium none; border-top: medium none;"&gt;a&lt;/TD&gt;&lt;TD align="right" class="xl27" style="border-left: medium none; border-top: medium none;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17" style="border-top: medium none;"&gt;A&lt;/TD&gt;&lt;TD class="xl24" style="border-left: medium none; border-top: medium none;"&gt;1&lt;/TD&gt;&lt;TD class="xl24" style="border-left: medium none; border-top: medium none;"&gt;b&lt;/TD&gt;&lt;TD align="right" class="xl27" style="border-left: medium none; border-top: medium none;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17" style="border-top: medium none;"&gt;A&lt;/TD&gt;&lt;TD class="xl24" style="border-left: medium none; border-top: medium none;"&gt;1&lt;/TD&gt;&lt;TD class="xl24" style="border-left: medium none; border-top: medium none;"&gt;c&lt;/TD&gt;&lt;TD align="right" class="xl27" style="border-left: medium none; border-top: medium none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17" style="border-top: medium none;"&gt;A&lt;/TD&gt;&lt;TD class="xl24" style="border-left: medium none; border-top: medium none;"&gt;2&lt;/TD&gt;&lt;TD class="xl24" style="border-left: medium none; border-top: medium none;"&gt;d&lt;/TD&gt;&lt;TD align="right" class="xl27" style="border-left: medium none; border-top: medium none;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17" style="border-top: medium none;"&gt;A&lt;/TD&gt;&lt;TD class="xl24" style="border-left: medium none; border-top: medium none;"&gt;2&lt;/TD&gt;&lt;TD class="xl24" style="border-left: medium none; border-top: medium none;"&gt;e&lt;/TD&gt;&lt;TD align="right" class="xl27" style="border-left: medium none; border-top: medium none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl24" height="17" style="border-top: medium none;"&gt;A&lt;/TD&gt;&lt;TD class="xl24" style="border-left: medium none; border-top: medium none;"&gt;2&lt;/TD&gt;&lt;TD class="xl24" style="border-left: medium none; border-top: medium none;"&gt;f&lt;/TD&gt;&lt;TD align="right" class="xl27" style="border-left: medium none; border-top: medium none;"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl26"&gt;TOTAL:&lt;/TD&gt;&lt;TD align="right"&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;39&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To calculate the marketshares of the different suppliers i want to:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;productgroup&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[customer]&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;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;customergroup&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[customer]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;but this doesn't work. Because when i select only productgroup 1, the count of total customergroup gives 16 (5+5+6) instead of 39&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;who can help me out&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 13:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-total-disregarding-selection/m-p/554969#M1135372</guid>
      <dc:creator>anitamanders</dc:creator>
      <dc:date>2013-10-14T13:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: count total disregarding selection</title>
      <link>https://community.qlik.com/t5/QlikView/count-total-disregarding-selection/m-p/554970#M1135373</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 could use&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;count({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;productgroup&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[customer]&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="font-size: 8pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;productgroup&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;customergroup&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[customer]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 13:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-total-disregarding-selection/m-p/554970#M1135373</guid>
      <dc:creator>bbi_mba_76</dc:creator>
      <dc:date>2013-10-14T13:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: count total disregarding selection</title>
      <link>https://community.qlik.com/t5/QlikView/count-total-disregarding-selection/m-p/554971#M1135374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, total customer still is 16 when i select productgroup 1&lt;/P&gt;&lt;P&gt;it should be 39&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 13:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-total-disregarding-selection/m-p/554971#M1135374</guid>
      <dc:creator>anitamanders</dc:creator>
      <dc:date>2013-10-14T13:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: count total disregarding selection</title>
      <link>https://community.qlik.com/t5/QlikView/count-total-disregarding-selection/m-p/554972#M1135375</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;to disregard a selection you should use the '1' modifier ni the set analysis. Maybe trying something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= count({1&amp;lt;[customers]&amp;gt;} customers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would get 39 (the total number of customers disregarding the selections made)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 14:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-total-disregarding-selection/m-p/554972#M1135375</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2013-10-14T14:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: count total disregarding selection</title>
      <link>https://community.qlik.com/t5/QlikView/count-total-disregarding-selection/m-p/554973#M1135376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;sorry maybe I was not clear.&lt;/P&gt;&lt;P&gt;I also have a customergroup B, C etc. with productgroups 1,2,3.&lt;/P&gt;&lt;P&gt;In total over 400 customers.&lt;/P&gt;&lt;P&gt;I already tried wath Salto sugested, but than I get all 400 customers. What i need is when I select customergroup A 39 customers, when i select customergroup B 100 customers etc. etc. disregarding all other selections i make in productgroup etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 08:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-total-disregarding-selection/m-p/554973#M1135376</guid>
      <dc:creator>anitamanders</dc:creator>
      <dc:date>2013-10-15T08:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: count total disregarding selection</title>
      <link>https://community.qlik.com/t5/QlikView/count-total-disregarding-selection/m-p/554974#M1135377</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;Count ( { $ &amp;lt;supplier =, productgroup = &amp;gt; } customer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will disregard the selections in fields "supplier" and "productgroup", and count the customers in the rest of selections made.&lt;/P&gt;&lt;P&gt;Hope this is of help to you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 10:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-total-disregarding-selection/m-p/554974#M1135377</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2013-10-15T10:07:13Z</dc:date>
    </item>
  </channel>
</rss>

