<?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: How to get correct employee count datewise in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959277#M329351</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;Then there is no way, you must use&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; font-size: 13px;"&gt;=Sum(Aggr(Count(Distinct &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[employee id]), &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Not sure why you are not going with the above expression?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2015 04:04:44 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-11-23T04:04:44Z</dc:date>
    <item>
      <title>How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959267#M329341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here by using below script&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD *,Date(Floor(TimeData)) as Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(Frac(TimeData)) as Time&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Employee id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EventID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TimeData&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in text object expression count(employee id) it is giving 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want count as 3 here only 3 dates are available &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to get this please reply me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hemesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 03:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959267#M329341</guid>
      <dc:creator />
      <dc:date>2015-11-23T03:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959268#M329342</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;Try &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(Distinct [employee id])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 03:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959268#M329342</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-11-23T03:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959269#M329343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression&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; font-size: 13px;"&gt;=Sum(Aggr(Count(Distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[employee id]), &lt;/SPAN&gt;Date)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 03:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959269#M329343</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-11-23T03:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959270#M329344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am going to use count(employee id ) in many situations so is their any way to make changes in background&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 03:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959270#M329344</guid>
      <dc:creator />
      <dc:date>2015-11-23T03:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959271#M329345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;By using this&amp;nbsp; i am not getting the correct results&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum(Aggr(Count(Distinct &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[employee id]), &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 03:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959271#M329345</guid>
      <dc:creator />
      <dc:date>2015-11-23T03:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959272#M329346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have to get count as 3 i.e. here 3 dates are available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only one employee for one date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; by removing floor it will show count as 30&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 03:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959272#M329346</guid>
      <dc:creator />
      <dc:date>2015-11-23T03:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959273#M329347</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 can get the count of date with respect to emp.id Like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(Count(Distinct Date),[Employee id])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Emp Count Date.PNG" class="jive-image image-1" src="/legacyfs/online/106363_Emp Count Date.PNG" style="height: 260px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 03:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959273#M329347</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2015-11-23T03:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959274#M329348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also have a look on&amp;nbsp; the post by me with name &lt;A _jive_internal="true" class="title" href="https://community.qlik.com/thread/192467?sr=stream" style="font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;How to get correct total&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this also i didn't received answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 03:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959274#M329348</guid>
      <dc:creator />
      <dc:date>2015-11-23T03:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959275#M329349</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 are not using time remove that column and use Distinct&amp;nbsp; in the load statement like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD DISTINCT &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;id,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Employee id],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EventID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date(Floor(TimeData)) as Date&lt;SPAN style="line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD id,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Employee id],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EventID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TimeData&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 03:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959275#M329349</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-11-23T03:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959276#M329350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to use time column in coming scripts &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 03:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959276#M329350</guid>
      <dc:creator />
      <dc:date>2015-11-23T03:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959277#M329351</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;Then there is no way, you must use&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; font-size: 13px;"&gt;=Sum(Aggr(Count(Distinct &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[employee id]), &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Not sure why you are not going with the above expression?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 04:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959277#M329351</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-11-23T04:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959278#M329352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by using &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum(Aggr(Count(Distinct &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[employee id]), &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date)) i am getting count as 0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 04:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959278#M329352</guid>
      <dc:creator />
      <dc:date>2015-11-23T04:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959279#M329353</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;Try this in back end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD *,Date(Floor(TimeData)) as Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;[Employee id]&amp;amp;'-'&amp;amp;Date(Floor(TimeData))as Employee_id,&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(Frac(TimeData)) as Time&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;LOAD id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Employee id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EventID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TimeData&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;By this you are creating Employee id &amp;amp; Date combo.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So, in front end use Count(Distinct &lt;STRONG style="font-size: 13.3333px;"&gt;Employee_id&lt;/STRONG&gt;). You will get 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 04:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959279#M329353</guid>
      <dc:creator>rajuamet</dc:creator>
      <dc:date>2015-11-23T04:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959280#M329354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you attach sample qlikview file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 04:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959280#M329354</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-11-23T04:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959281#M329355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Employee id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EventID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TimeData&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emp2:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; [Employee id],&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(Min(Time),'hh:mm:ss TT') as TimeIn,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(Max(Time),'hh:mm:ss TT') as TimeOut&lt;/P&gt;&lt;P&gt;Resident Data Group By [Employee id],&amp;nbsp; Date;&lt;/P&gt;&lt;P&gt;DROP Field&amp;nbsp; TimeData;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting count(employee id ) as 3 and for whole script i am getting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(employee id) as 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 04:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959281#M329355</guid>
      <dc:creator />
      <dc:date>2015-11-23T04:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959282#M329356</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 want by date in text object then you have to use the Aggr() like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(Count(DISTINCT [Employee id]), [Employee id],Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 04:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959282#M329356</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-11-23T04:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959283#M329357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I worked around your requirement.Now count giving as u expected .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in Script and Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 05:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959283#M329357</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-11-23T05:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959284#M329358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i don't have license will you please send script and what ever require in layouts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 06:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959284#M329358</guid>
      <dc:creator />
      <dc:date>2015-11-23T06:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959285#M329359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay ,Well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script&lt;/STRONG&gt; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Employee id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EventID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TimeData,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(&amp;nbsp; TimeData) as Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(&amp;nbsp; Date(&amp;nbsp; TimeData),'DD/MM/YYYYY') as NewDate&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(Count(DISTINCT NewDate), [Employee id]).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&amp;nbsp; working or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 06:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959285#M329359</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-11-23T06:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get correct employee count datewise</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959286#M329360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;working but raghu r answer will working good check correct answer &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 06:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-correct-employee-count-datewise/m-p/959286#M329360</guid>
      <dc:creator />
      <dc:date>2015-11-23T06:22:24Z</dc:date>
    </item>
  </channel>
</rss>

