<?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 Count people distinct per day in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-people-distinct-per-day/m-p/538486#M1122770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to count the number of different people doing transactions per day. &lt;/P&gt;&lt;P&gt;A person can do different transactions per day, but count me as one. &lt;/P&gt;&lt;P&gt; the total, whether selected years, days or months count a person per day always&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thought so, but it didn't work&lt;/P&gt;&lt;P&gt;Aggr( Count( Distinct&amp;nbsp; ID_PEOPLE)) , Day)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jan 2014 17:29:07 GMT</pubDate>
    <dc:creator>carlos13</dc:creator>
    <dc:date>2014-01-20T17:29:07Z</dc:date>
    <item>
      <title>Count people distinct per day</title>
      <link>https://community.qlik.com/t5/QlikView/Count-people-distinct-per-day/m-p/538486#M1122770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to count the number of different people doing transactions per day. &lt;/P&gt;&lt;P&gt;A person can do different transactions per day, but count me as one. &lt;/P&gt;&lt;P&gt; the total, whether selected years, days or months count a person per day always&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thought so, but it didn't work&lt;/P&gt;&lt;P&gt;Aggr( Count( Distinct&amp;nbsp; ID_PEOPLE)) , Day)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 17:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-people-distinct-per-day/m-p/538486#M1122770</guid>
      <dc:creator>carlos13</dc:creator>
      <dc:date>2014-01-20T17:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Count people distinct per day</title>
      <link>https://community.qlik.com/t5/QlikView/Count-people-distinct-per-day/m-p/538487#M1122771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carlos,&lt;/P&gt;&lt;P&gt;It looks like you need another function around your Aggr() function.&amp;nbsp; Do you want the average number of distinct people per day?&amp;nbsp; Or are you just trying to look at the distinct number of people per day?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want something like the average or overall total, you need something like:&lt;/P&gt;&lt;P&gt;Avg( Aggr( Count(DISTINCT ID_PEOPLE), Day) )&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Sum( Aggr( Count(DISTINCT ID_PEOPLE), Day) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just want to see the distinct count per day, then create a new straight table chart.&amp;nbsp; Then, select Day as your dimension and use Count(DISTINCT ID_PEOPLE) as your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&amp;nbsp; Let me know if I'm misunderstanding what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 18:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-people-distinct-per-day/m-p/538487#M1122771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-20T18:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Count people distinct per day</title>
      <link>https://community.qlik.com/t5/QlikView/Count-people-distinct-per-day/m-p/538488#M1122772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the Attached Sample Qvw.&lt;/P&gt;&lt;P&gt;Hope it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aviral Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 18:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-people-distinct-per-day/m-p/538488#M1122772</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-01-20T18:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Count people distinct per day</title>
      <link>https://community.qlik.com/t5/QlikView/Count-people-distinct-per-day/m-p/538489#M1122773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your requirement count the number of different people doing transactions per day.&lt;/P&gt;&lt;P&gt;with a person doing different transactions per day counted as one,below expression works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum( Aggr( Count(DISTINCT ID_PEOPLE), Day) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 21:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-people-distinct-per-day/m-p/538489#M1122773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-20T21:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Count people distinct per day</title>
      <link>https://community.qlik.com/t5/QlikView/Count-people-distinct-per-day/m-p/538490#M1122774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Carlos, &lt;/P&gt;&lt;P&gt;I think you want to avoid the selection of year, month and date. then you have to use the set analysis like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Aggr( {$&amp;lt;YEAR=,MONTH=,Day=&amp;gt;} ( Distinct&amp;nbsp; ID_PEOPLE))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 07:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-people-distinct-per-day/m-p/538490#M1122774</guid>
      <dc:creator />
      <dc:date>2014-01-21T07:18:58Z</dc:date>
    </item>
  </channel>
</rss>

