<?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: Active headcount overtime in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039970#M638143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;One thing you can check is if your set analysis is in the same format as HIRE DATE? May be add this to a text box object -&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;&lt;STRONG&gt;=AddMonths(MonthStart(Today()),-13)&lt;/STRONG&gt; and see if it is in the same format as HIRE DATE or not. If it isn't then add a Date() function with the matching format in all your set analysis&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2016 15:43:46 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-03-09T15:43:46Z</dc:date>
    <item>
      <title>Active headcount overtime</title>
      <link>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039966#M638139</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;Please help needed for active headcount for past 12 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="117520" alt="Active employee overtime.PNG" class="jive-image image-1" src="/legacyfs/online/117520_Active employee overtime.PNG" style="width: 620px; height: 139px;" /&gt;&lt;/P&gt;&lt;P&gt;Below is my expression:&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;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[HIRE DATE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(=AddMonths(MonthStart(Today()),-13))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[TERMINATION DATE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=AddMonths(Monthend(Today())))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[EMP COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)+&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[HIRE DATE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(=AddMonths(MonthStart(Today())))&amp;gt;=$(=AddMonths(Monthend(Today()),-12))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[HIRE COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[EMP COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[TERMINATION DATE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(=AddMonths(MonthStart(Today())))&amp;gt;=$(=AddMonths(Monthend(Today()),-12))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[TERMINATION COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'1'} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[EMP COUNT]&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;Getting wrong headcount.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;please see attached QVW&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;neetha&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 15:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039966#M638139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-09T15:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Active headcount overtime</title>
      <link>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039967#M638140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you expecting to see? Do you know where the issue might be from your initial investigation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 15:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039967#M638140</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-09T15:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Active headcount overtime</title>
      <link>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039968#M638141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want overall headcount for every month, add hires and subtracting terminations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logic I tried is wrong I feel, it gives in thousands&amp;nbsp; ,where It should be over 1 lakh or more for each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 15:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039968#M638141</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-09T15:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Active headcount overtime</title>
      <link>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039969#M638142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you looked at each of the three expressions individually and tried to see if one of them is acting weird or if all of them seem incorrect? The problem is that from the looks of it, your expression looks right. I don't see any issue with them. So unless I have a sample to look at, I will only be able to guide you and not provide anything concrete.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 15:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039969#M638142</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-09T15:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Active headcount overtime</title>
      <link>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039970#M638143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;One thing you can check is if your set analysis is in the same format as HIRE DATE? May be add this to a text box object -&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;&lt;STRONG&gt;=AddMonths(MonthStart(Today()),-13)&lt;/STRONG&gt; and see if it is in the same format as HIRE DATE or not. If it isn't then add a Date() function with the matching format in all your set analysis&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 15:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039970#M638143</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-09T15:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Active headcount overtime</title>
      <link>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039971#M638144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give your mailid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 16:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039971#M638144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-09T16:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Active headcount overtime</title>
      <link>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039972#M638145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌ suggested try to break our expression into 3 part and then check if everything i fine....then combine the expressions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;&amp;lt;=$(=AddMonths(MonthStart(Today()),-13))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;},&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[TERMINATION DATE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;= {&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;"&amp;gt;=$(=AddMonths(Monthend(Today())))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[EMP COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;)+&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;// is this portion is rite it should be &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;gt; than 12 month and less than today !&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;&amp;gt;=$(=AddMonths(MonthStart(Today()),-13))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;},&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[TERMINATION DATE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;= {&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;"&amp;lt;=$(=AddMonths(Monthend(Today())))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[EMP COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 17:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039972#M638145</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-09T17:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Active headcount overtime</title>
      <link>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039973#M638146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;Requirement - Whole HC Based on MonthYear dimension for last 12 months.&lt;/P&gt;&lt;P&gt;for each data point it should give total active headcount for that month.&lt;/P&gt;&lt;P&gt;which I am not getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 13:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039973#M638146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-10T13:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Active headcount overtime</title>
      <link>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039974#M638147</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;please post example applications in your thread instead of mailing them to individual community members, so others can follow and learn.&lt;/P&gt;&lt;P&gt;Maybe this post helps:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 22:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039974#M638147</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-03-10T22:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Active headcount overtime</title>
      <link>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039975#M638148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached QVW .&lt;/P&gt;&lt;P&gt;Please look at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 11:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039975#M638148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-11T11:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Active headcount overtime</title>
      <link>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039976#M638149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In your expression &lt;SPAN style="font-size: 13.3333px;"&gt;might be&amp;nbsp; count is wrong because of this mentioned in bold&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;[HIRE DATE] = {"&amp;lt;=$(=AddMonths(MonthStart(Today()),-12))"}, [TERMINATION DATE]= &lt;STRONG&gt;{"&amp;gt;=$(=AddMonths(Monthend(Today())))"} &amp;gt;&lt;/STRONG&gt;}[EMP COUNT])+&lt;/P&gt;&lt;P&gt;(Count({&amp;lt;[HIRE DATE] = {"&amp;lt;=$(=AddMonths(MonthStart(Today())))&amp;gt;=$(=AddMonths(Monthend(Today()),-12))"},[HIRE COUNT] = {'1'} &amp;gt;}[EMP COUNT])-&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[TERMINATION DATE] = {"&lt;STRONG&gt;&amp;lt;=$(=AddMonths(MonthStart(Today())))&lt;/STRONG&gt;&amp;gt;=$(=AddMonths(Monthend(Today()),-12))"},[TERMINATION COUNT] = {'1'} &amp;gt;}[EMP COUNT]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try using&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AddMonths(MonthStart(Today()),0)&amp;nbsp; &lt;/EM&gt;and check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 12:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039976#M638149</guid>
      <dc:creator />
      <dc:date>2016-03-11T12:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Active headcount overtime</title>
      <link>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039977#M638150</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;Taken a workaround using calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="118078" alt="Active emp overtime.PNG" class="jive-image image-1" src="/legacyfs/online/118078_Active emp overtime.PNG" style="height: 188px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Calculated Dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=ValueList(vMonthYear0,vMonthYear1,vMonthYear2,vMonthYear3,vMonthYear4,vMonthYear5,vMonthYear6,vMonthYear7,vMonthYear8,vMonthYear9,vMonthYear10,vMonthYear11,vMonthYear12)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(ValueList(vMonthYear0,vMonthYear1,vMonthYear2,vMonthYear3,vMonthYear4,vMonthYear5,vMonthYear6,vMonthYear7,vMonthYear8,vMonthYear9,vMonthYear10,vMonthYear11,vMonthYear12)=vMonthYear1,count({&amp;lt;CET1 = {'S'},[WORKER STATUS] = {'Active'},[EFFECTIVE DATE] = {"&amp;lt;=$(=Date(AddMonths(Monthend(Today()),-1),'DD/MM/YYYY'))"}&amp;gt;}[EMP COUNT]),&lt;/P&gt;&lt;P&gt;If(ValueList(vMonthYear0,vMonthYear1,vMonthYear2,vMonthYear3,vMonthYear4,vMonthYear5,vMonthYear6,vMonthYear7,vMonthYear8,vMonthYear9,vMonthYear10,vMonthYear11,vMonthYear12)=vMonthYear2,count({&amp;lt;CET1 = {'S'},[WORKER STATUS] = {'Active'},[EFFECTIVE DATE] = {"&amp;lt;=$(=Date(AddMonths(Monthend(Today()),-2),'DD/MM/YYYY'))"}&amp;gt;}[EMP COUNT]),&lt;/P&gt;&lt;P&gt;If(ValueList(vMonthYear0,vMonthYear1,vMonthYear2,vMonthYear3,vMonthYear4,vMonthYear5,vMonthYear6,vMonthYear7,vMonthYear8,vMonthYear9,vMonthYear10,vMonthYear11,vMonthYear12)=vMonthYear3,count({&amp;lt;CET1 = {'S'},[WORKER STATUS] = {'Active'},[EFFECTIVE DATE] = {"&amp;lt;=$(=Date(AddMonths(Monthend(Today()),-3),'DD/MM/YYYY'))"}&amp;gt;}[EMP COUNT]),&lt;/P&gt;&lt;P&gt;If(ValueList(vMonthYear0,vMonthYear1,vMonthYear2,vMonthYear3,vMonthYear4,vMonthYear5,vMonthYear6,vMonthYear7,vMonthYear8,vMonthYear9,vMonthYear10,vMonthYear11,vMonthYear12)=vMonthYear4,count({&amp;lt;CET1 = {'S'},[WORKER STATUS] = {'Active'},[EFFECTIVE DATE] = {"&amp;lt;=$(=Date(AddMonths(Monthend(Today()),-4),'DD/MM/YYYY'))"}&amp;gt;}[EMP COUNT]),&lt;/P&gt;&lt;P&gt;If(ValueList(vMonthYear0,vMonthYear1,vMonthYear2,vMonthYear3,vMonthYear4,vMonthYear5,vMonthYear6,vMonthYear7,vMonthYear8,vMonthYear9,vMonthYear10,vMonthYear11,vMonthYear12)=vMonthYear5,count({&amp;lt;CET1 = {'S'},[WORKER STATUS] = {'Active'},[EFFECTIVE DATE] = {"&amp;lt;=$(=Date(AddMonths(Monthend(Today()),-5),'DD/MM/YYYY'))"}&amp;gt;}[EMP COUNT]),&lt;/P&gt;&lt;P&gt;If(ValueList(vMonthYear0,vMonthYear1,vMonthYear2,vMonthYear3,vMonthYear4,vMonthYear5,vMonthYear6,vMonthYear7,vMonthYear8,vMonthYear9,vMonthYear10,vMonthYear11,vMonthYear12)=vMonthYear6,count({&amp;lt;CET1 = {'S'},[WORKER STATUS] = {'Active'},[EFFECTIVE DATE] = {"&amp;lt;=$(=Date(AddMonths(Monthend(Today()),-6),'DD/MM/YYYY'))"}&amp;gt;}[EMP COUNT]),&lt;/P&gt;&lt;P&gt;If(ValueList(vMonthYear0,vMonthYear1,vMonthYear2,vMonthYear3,vMonthYear4,vMonthYear5,vMonthYear6,vMonthYear7,vMonthYear8,vMonthYear9,vMonthYear10,vMonthYear11,vMonthYear12)=vMonthYear7,count({&amp;lt;CET1 = {'S'},[WORKER STATUS] = {'Active'},[EFFECTIVE DATE] = {"&amp;lt;=$(=Date(AddMonths(Monthend(Today()),-7),'DD/MM/YYYY'))"}&amp;gt;}[EMP COUNT]),&lt;/P&gt;&lt;P&gt;If(ValueList(vMonthYear0,vMonthYear1,vMonthYear2,vMonthYear3,vMonthYear4,vMonthYear5,vMonthYear6,vMonthYear7,vMonthYear8,vMonthYear9,vMonthYear10,vMonthYear11,vMonthYear12)=vMonthYear8,count({&amp;lt;CET1 = {'S'},[WORKER STATUS] = {'Active'},[EFFECTIVE DATE] = {"&amp;lt;=$(=Date(AddMonths(Monthend(Today()),-8),'DD/MM/YYYY'))"}&amp;gt;}[EMP COUNT]),&lt;/P&gt;&lt;P&gt;If(ValueList(vMonthYear0,vMonthYear1,vMonthYear2,vMonthYear3,vMonthYear4,vMonthYear5,vMonthYear6,vMonthYear7,vMonthYear8,vMonthYear9,vMonthYear10,vMonthYear11,vMonthYear12)=vMonthYear9,count({&amp;lt;CET1 = {'S'},[WORKER STATUS] = {'Active'},[EFFECTIVE DATE] = {"&amp;lt;=$(=Date(AddMonths(Monthend(Today()),-9),'DD/MM/YYYY'))"}&amp;gt;}[EMP COUNT]),&lt;/P&gt;&lt;P&gt;If(ValueList(vMonthYear0,vMonthYear1,vMonthYear2,vMonthYear3,vMonthYear4,vMonthYear5,vMonthYear6,vMonthYear7,vMonthYear8,vMonthYear9,vMonthYear10,vMonthYear11,vMonthYear12)=vMonthYear10,count({&amp;lt;CET1 = {'S'},[WORKER STATUS] = {'Active'},[EFFECTIVE DATE] = {"&amp;lt;=$(=Date(AddMonths(Monthend(Today()),-10),'DD/MM/YYYY'))"}&amp;gt;}[EMP COUNT]),&lt;/P&gt;&lt;P&gt;If(ValueList(vMonthYear0,vMonthYear1,vMonthYear2,vMonthYear3,vMonthYear4,vMonthYear5,vMonthYear6,vMonthYear7,vMonthYear8,vMonthYear9,vMonthYear10,vMonthYear11,vMonthYear12)=vMonthYear11,count({&amp;lt;CET1 = {'S'},[WORKER STATUS] = {'Active'},[EFFECTIVE DATE] = {"&amp;lt;=$(=Date(AddMonths(Monthend(Today()),-11),'DD/MM/YYYY'))"}&amp;gt;}[EMP COUNT]),&lt;/P&gt;&lt;P&gt;If(ValueList(vMonthYear0,vMonthYear1,vMonthYear2,vMonthYear3,vMonthYear4,vMonthYear5,vMonthYear6,vMonthYear7,vMonthYear8,vMonthYear9,vMonthYear10,vMonthYear11,vMonthYear12)=vMonthYear12,count({&amp;lt;CET1 = {'S'},[WORKER STATUS] = {'Active'},[EFFECTIVE DATE] = {"&amp;lt;=$(=Date(AddMonths(Monthend(Today()),-12),'DD/MM/YYYY'))"}&amp;gt;}[EMP COUNT])&lt;/P&gt;&lt;P&gt;))))))))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working ,but the chart is not filtering as required , any suggestions.&lt;/P&gt;&lt;P&gt;it should filter with other charts,for example by monthyear when selected in other charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 15:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-headcount-overtime/m-p/1039977#M638150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-15T15:46:27Z</dc:date>
    </item>
  </channel>
</rss>

