<?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: Employee head count with accumulation issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352130#M826089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I came to know that now, What was the logic behind year 2018 as 5. That i am confused. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jul 2017 03:31:46 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-07-10T03:31:46Z</dc:date>
    <item>
      <title>Employee head count with accumulation issue</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352125#M826084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created one table called DeptChange in MS Access, this table recorded the employee list and their working status(on board or adjust or resign).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image 1.png" class="jive-image image-1" src="/legacyfs/online/169551_Image 1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;My purpose is count the accumulative employee number who is still not resigned by one year, for example:&lt;/P&gt;&lt;P&gt;Year 2015: employee A on board, the count number is 1 (only A)&lt;/P&gt;&lt;P&gt;Year 2016: employee B,C,D on board, but C adjusted to the other department, D resigned, the count number is 3 (A+B+C)&lt;/P&gt;&lt;P&gt;Year 2017: employee E,F on board, but E resigned, the count number is 4 (A+B+C+F)&lt;/P&gt;&lt;P&gt;Year 2018: employee F first adjusted to the other department, then he resigned in a short later, the count number is 3 (A+B+C)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I write expression as below and tick Full Accumulation option:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14996510601582638 jive_text_macro" jivemacro_uid="_14996510601582638"&gt;
&lt;P&gt;Count({&amp;lt;Reason={'Adjust','On Board'}&amp;gt;} Distinct Name) - Count({&amp;lt;Service={'0'}&amp;gt;} Distinct Name)&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the chart got the wrong number:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image 2.png" class="jive-image image-2" src="/legacyfs/online/169552_Image 2.png" style="height: 389px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The right chart should be:&lt;/P&gt;&lt;P&gt;2015: &lt;STRONG style="color: #ff0000;"&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2017: &lt;STRONG style="color: #ff0000;"&gt;4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2018: &lt;STRONG style="color: #ff0000;"&gt;5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2019: &lt;STRONG style="color: #ff0000;"&gt;6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what's wrong with the expression, I have no idea how to correct it...&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352125#M826084</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Employee head count with accumulation issue</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352126#M826085</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;Can you try like below,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({$&amp;lt;Reason={'Adjust','On Board'}, Service-={'0'}&amp;gt;} Distinct Name)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also can you share your mock source that would easy to check and help u. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 02:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352126#M826085</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-07-10T02:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Employee head count with accumulation issue</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352127#M826086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devarasu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested your expression, the count number is not right, I have uploaded the file source in attachment.&lt;/P&gt;&lt;P&gt;Please help to have a check. Thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 02:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352127#M826086</guid>
      <dc:creator />
      <dc:date>2017-07-10T02:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Employee head count with accumulation issue</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352128#M826087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per your data, you are getting accuracy values only. But, I wonder what are A, B, C, D in your AccDB ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 03:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352128#M826087</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-10T03:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Employee head count with accumulation issue</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352129#M826088</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;A,B,C,D equals to employee name in field "&lt;SPAN style="color: #ff0000;"&gt;Name&lt;SPAN style="color: #000000;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; in accdb file, like Zhang San, Li si and so on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 03:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352129#M826088</guid>
      <dc:creator />
      <dc:date>2017-07-10T03:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Employee head count with accumulation issue</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352130#M826089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I came to know that now, What was the logic behind year 2018 as 5. That i am confused. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 03:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352130#M826089</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-10T03:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Employee head count with accumulation issue</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352131#M826090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The logic is:&lt;/P&gt;&lt;P&gt;Before 2018, the total &lt;SPAN style="font-size: 13.3333px;"&gt;number of &lt;/SPAN&gt;employee who is still on board is 4, and in 2018, two new employee was on board, but one of them got resigned in the same year, so the total number in 2018 is 5.&lt;/P&gt;&lt;P&gt;If the employee on board and resign in the same year, I will not count in that year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 03:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352131#M826090</guid>
      <dc:creator />
      <dc:date>2017-07-10T03:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Employee head count with accumulation issue</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352132#M826091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169543_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 03:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352132#M826091</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-10T03:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Employee head count with accumulation issue</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352133#M826092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems the chart is right, your expression is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 04:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352133#M826092</guid>
      <dc:creator />
      <dc:date>2017-07-10T04:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Employee head count with accumulation issue</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352134#M826093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was thinking and got some idea to change field Year in script level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Year(Date) as Year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt; is dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And expression would be this? Rather change Date to Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Date &amp;lt;= Year(Today()), &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;Date = {"$(=Year(Today()))"}, Reason={'Adjust','On Board'}&amp;gt;} DISTINCT Name), RangeCount(Below(Count({&amp;lt;Reason={'Adjust','On Board'}&amp;gt;}Name),0),Above(Name,1, RowNo(TOTAL))))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Date &amp;lt;= Year(Today()), &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;Date = {"$('&amp;lt;=' &amp;amp; =Year(Today()))"}, Reason = P({&amp;lt;Reason = {'Adjust','On Board'}&amp;gt;}Reason), Reason = E({&amp;lt;Service = {'0'}, Reason = {'Resign'}&amp;gt;}Reason)&amp;gt;} DISTINCT Name), &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeCount(Below(Count({&amp;lt;Reason = P({&amp;lt;Reason = {'Adjust','On Board'}&amp;gt;}Reason), Reason = E({&amp;lt;Service = {'0'}, Reason = {'Resign'}&amp;gt;}Reason)&amp;gt;} DISTINCT Name),0),Above(Name,1, RowNo(TOTAL))))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;Still facing, issue please let us know &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 04:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352134#M826093</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-10T04:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Employee head count with accumulation issue</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352135#M826094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Explanation - This expression gets the Till current year normal count of name with filters and then Accumulation further years. That is where i am thinking as you required &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 04:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352135#M826094</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-10T04:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Employee head count with accumulation issue</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352136#M826095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;If(Date &amp;lt;= Year(Today()),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Count({&amp;lt;Date = {"$(=Year(Today()))"}, Reason={'Adjust','On Board'}&amp;gt;} DISTINCT Name), RangeCount(Below(Count({&amp;lt;Reason={'Adjust','On Board'}&amp;gt;}Name),0),Above(Name,1, RowNo(TOTAL))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;If(Date &amp;lt;= Year(Today()),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Count({&amp;lt;Date = {"$('&amp;lt;=' &amp;amp; =Year(Today()))"}, Reason = P({&amp;lt;Reason = {'Adjust','On Board'}&amp;gt;}Reason), Reason = E({&amp;lt;Service = {'0'}, Reason = {'Resign'}&amp;gt;}Reason)&amp;gt;} DISTINCT Name),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;RangeCount(Below(Count({&amp;lt;Reason = P({&amp;lt;Reason = {'Adjust','On Board'}&amp;gt;}Reason), Reason = E({&amp;lt;Service = {'0'}, Reason = {'Resign'}&amp;gt;}Reason)&amp;gt;} DISTINCT Name),0),Above(Name,1, RowNo(TOTAL))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the number is not correct, &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image 4.png" class="jive-image image-1" src="/legacyfs/online/169580_Image 4.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Did I miss something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 05:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352136#M826095</guid>
      <dc:creator />
      <dc:date>2017-07-10T05:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Employee head count with accumulation issue</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352137#M826096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you mine, Can you write Year rather Date for me once. Let me open your application if i got chance&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Xu Ran wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I tried your expression:&lt;/P&gt;
&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;If(&lt;STRONG style="color: #000000;"&gt;Year&lt;/STRONG&gt; &amp;lt;= Year(Today()),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Count({&amp;lt;&lt;STRONG style="color: #000000; font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;Year&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt; &lt;/SPAN&gt;= {"$(=Year(Today()))"}, Reason={'Adjust','On Board'}&amp;gt;} DISTINCT Name), RangeCount(Below(Count({&amp;lt;Reason={'Adjust','On Board'}&amp;gt;}Name),0),Above(Name,1, RowNo(TOTAL))))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;-----------------------------------------------------------------------------&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;If(&lt;STRONG style="color: #000000; font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;Year&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&amp;lt;= Year(Today()),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Count({&amp;lt;&lt;STRONG style="color: #000000; font-size: 13.3333px; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;Year&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt; &lt;/SPAN&gt;= {"$('&amp;lt;=' &amp;amp; =Year(Today()))"}, Reason = P({&amp;lt;Reason = {'Adjust','On Board'}&amp;gt;}Reason), Reason = E({&amp;lt;Service = {'0'}, Reason = {'Resign'}&amp;gt;}Reason)&amp;gt;} DISTINCT Name),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;RangeCount(Below(Count({&amp;lt;Reason = P({&amp;lt;Reason = {'Adjust','On Board'}&amp;gt;}Reason), Reason = E({&amp;lt;Service = {'0'}, Reason = {'Resign'}&amp;gt;}Reason)&amp;gt;} DISTINCT Name),0),Above(Name,1, RowNo(TOTAL))))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;
&lt;P&gt;Did I miss something?&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 06:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352137#M826096</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-10T06:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Employee head count with accumulation issue</title>
      <link>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352138#M826097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed Date to Year as you said, but the chart still got the wrong number, you can check the latest attachment in my reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 08:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Employee-head-count-with-accumulation-issue/m-p/1352138#M826097</guid>
      <dc:creator />
      <dc:date>2017-07-10T08:58:47Z</dc:date>
    </item>
  </channel>
</rss>

