<?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 Aggr count distinct in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr-count-distinct/m-p/1804337#M1211965</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Please have a look at the simplified example of my qvw.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I'm working with&amp;nbsp; data and I want to&lt;/P&gt;&lt;P&gt;- count&amp;nbsp; distinct number of costumers with a vaild cotract who have&amp;nbsp; phone number&amp;nbsp; and email,&amp;nbsp;per agent&amp;nbsp;&lt;BR /&gt;- count&amp;nbsp; distinct number of costumers with a vaild cotract who have&amp;nbsp; mobile number , per agent&lt;BR /&gt;- count&amp;nbsp; distinct number of costumers with a vaild cotract who have phone number, mobile number&amp;nbsp; and email, per agent&lt;BR /&gt;&amp;nbsp;and no info needs to be excluded from counting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Apr 2021 22:16:22 GMT</pubDate>
    <dc:creator>J4N4_25</dc:creator>
    <dc:date>2021-04-30T22:16:22Z</dc:date>
    <item>
      <title>Aggr count distinct</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-count-distinct/m-p/1804337#M1211965</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Please have a look at the simplified example of my qvw.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I'm working with&amp;nbsp; data and I want to&lt;/P&gt;&lt;P&gt;- count&amp;nbsp; distinct number of costumers with a vaild cotract who have&amp;nbsp; phone number&amp;nbsp; and email,&amp;nbsp;per agent&amp;nbsp;&lt;BR /&gt;- count&amp;nbsp; distinct number of costumers with a vaild cotract who have&amp;nbsp; mobile number , per agent&lt;BR /&gt;- count&amp;nbsp; distinct number of costumers with a vaild cotract who have phone number, mobile number&amp;nbsp; and email, per agent&lt;BR /&gt;&amp;nbsp;and no info needs to be excluded from counting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 22:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-count-distinct/m-p/1804337#M1211965</guid>
      <dc:creator>J4N4_25</dc:creator>
      <dc:date>2021-04-30T22:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr count distinct</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-count-distinct/m-p/1804379#M1211972</link>
      <description>&lt;P&gt;count distinct number of costumers with a valid contract who have phone number and email, per agent&lt;BR /&gt;=Sum(Aggr(Count({&amp;lt;contract={"*"},phone-={'no info'},email-={'no info'}&amp;gt;}Distinct costumer),Agent))&lt;/P&gt;&lt;P&gt;count distinct number of costumers with a valid contract who have mobile number , per agent&lt;BR /&gt;=Sum(Aggr(Count({&amp;lt;contract={"*"},mobile-={'no info'}&amp;gt;}Distinct costumer),Agent))&lt;/P&gt;&lt;P&gt;count distinct number of costumers with a valid contract who have phone number, mobile number and email, per agent&lt;BR /&gt;=Sum(Aggr(Count({&amp;lt;contract={"*"},phone-={'no info'},email-={'no info'},mobile-={'no info'}&amp;gt;}Distinct costumer),Agent))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2021 16:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-count-distinct/m-p/1804379#M1211972</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-05-01T16:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr count distinct</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-count-distinct/m-p/1804387#M1211973</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Thank you so much, that worked perfectly. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what if i want to&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;count&amp;nbsp; distinct number of costumers with a vaild cotract who have&amp;nbsp; phone number&amp;nbsp; &lt;STRONG&gt;OR&lt;/STRONG&gt;&amp;nbsp; mobile,&amp;nbsp;per agent&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2021 20:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-count-distinct/m-p/1804387#M1211973</guid>
      <dc:creator>J4N4_25</dc:creator>
      <dc:date>2021-05-01T20:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr count distinct</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-count-distinct/m-p/1804391#M1211974</link>
      <description>&lt;P&gt;There are different ways, my preference is the&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-modifiers-implicit-field-value-definitions.htm" target="_self"&gt;P()&lt;/A&gt;&amp;nbsp;function.&amp;nbsp; The asterisk (*) is for an intersection (AND) and the plus (+) is for a union (OR).&lt;/P&gt;&lt;P&gt;=Sum(Aggr(Count({&amp;lt;contract={"*"},costumer=P({&amp;lt;phone-={'no info'}&amp;gt;}custumer)+P({&amp;lt;mobile-={'no info'}&amp;gt;}custumer)&amp;gt;}Distinct costumer),Agent))&lt;/P&gt;</description>
      <pubDate>Sun, 02 May 2021 00:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-count-distinct/m-p/1804391#M1211974</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-05-02T00:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr count distinct</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-count-distinct/m-p/1804418#M1211979</link>
      <description>&lt;P&gt;thank for help and&amp;nbsp;explanation&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 May 2021 10:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-count-distinct/m-p/1804418#M1211979</guid>
      <dc:creator>J4N4_25</dc:creator>
      <dc:date>2021-05-02T10:26:27Z</dc:date>
    </item>
  </channel>
</rss>

