<?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 employee count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269836#M852914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not working rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its giving only for that year only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me create sample data for it ,it will be helpful to work on it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2017 06:57:59 GMT</pubDate>
    <dc:creator>subbareddykm</dc:creator>
    <dc:date>2017-02-27T06:57:59Z</dc:date>
    <item>
      <title>active employee count</title>
      <link>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269831#M852909</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;I have one requirement, where i have to count Active on year basis.&lt;/P&gt;&lt;P&gt;But in my case , i have created year and month field in data . i ahve used year filter in dimentions and Expressiomn as Count(Emp)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is giving me only Active employees in that year only but i want as of respective year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if create expression for every year wise and filter data field then it giving me correct and also later want create for Year wise month too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve this?&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/active-employee-count/m-p/1269831#M852909</guid>
      <dc:creator>subbareddykm</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: active employee count</title>
      <link>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269832#M852910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Subbareddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer below given draft expression:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14881772265061359 jive_text_macro" jivemacro_uid="_14881772265061359" modifiedtitle="true"&gt;
&lt;P&gt;//Considering Year dimension is used in filter&lt;/P&gt;
&lt;P&gt;Count({&amp;lt;Year={"&amp;lt;= $(=Max(Year))"}&amp;gt;}Emp)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;//Considering Year dimension is used in filter&lt;/P&gt;
&lt;P&gt;//If you identify an employee is an active based on flag IsActive (1-Active/0-Inactive)&lt;/P&gt;
&lt;P&gt;Count({&amp;lt;Year={"&amp;lt;= $(=Max(Year))"}, IsActive={'1'}&amp;gt;}Emp)&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 06:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269832#M852910</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-02-27T06:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: active employee count</title>
      <link>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269833#M852911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you identify the active employee?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 06:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269833#M852911</guid>
      <dc:creator>silambarasan</dc:creator>
      <dc:date>2017-02-27T06:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: active employee count</title>
      <link>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269834#M852912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a flag for it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 06:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269834#M852912</guid>
      <dc:creator>subbareddykm</dc:creator>
      <dc:date>2017-02-27T06:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: active employee count</title>
      <link>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269835#M852913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({&amp;lt;Flag={1}&amp;gt;}emp)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 is active&lt;/P&gt;&lt;P&gt;0 is Inactive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 06:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269835#M852913</guid>
      <dc:creator>silambarasan</dc:creator>
      <dc:date>2017-02-27T06:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: active employee count</title>
      <link>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269836#M852914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not working rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its giving only for that year only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me create sample data for it ,it will be helpful to work on it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 06:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269836#M852914</guid>
      <dc:creator>subbareddykm</dc:creator>
      <dc:date>2017-02-27T06:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: active employee count</title>
      <link>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269837#M852915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; If possible please share the application with sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 06:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269837#M852915</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-02-27T06:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: active employee count</title>
      <link>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269838#M852917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me explain the scenario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now we are in 2017 year, If we check active Emp let say 1550.in this if i apply only active Filter then i will get only for 2017 but i want for &amp;lt;=today.&lt;/P&gt;&lt;P&gt;and if we are in 2016 , 2016 max date we have to consider and same like above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope you understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 07:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269838#M852917</guid>
      <dc:creator>subbareddykm</dc:creator>
      <dc:date>2017-02-27T07:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: active employee count</title>
      <link>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269839#M852919</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;Providing sample data and your required result in Excel would be easy for us to evaluate the result for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 07:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269839#M852919</guid>
      <dc:creator>ganeshsvm</dc:creator>
      <dc:date>2017-02-27T07:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: active employee count</title>
      <link>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269840#M852921</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&lt;/P&gt;&lt;OL class="dp-sql" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&lt;SPAN class="func" style="font-weight: inherit; font-style: inherit; color: #ff1493; background-color: inherit; font-size: 9pt !important;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="func" style="font-weight: inherit; font-style: inherit; color: #ff1493; background-color: inherit; font-size: 9pt !important;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;={&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; color: blue; background-color: inherit; font-size: 9pt !important;"&gt;"&amp;lt;= $(=Date(Max(Year)))"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;}, IsActive={&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; color: blue; background-color: inherit; font-size: 9pt !important;"&gt;'1'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;}&amp;gt;}Emp)&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493; background-color: #f8f8f8;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="func" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #ff1493; background-color: #f8f8f8;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;={&lt;/SPAN&gt;&lt;SPAN class="string" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: blue; background-color: #f8f8f8;"&gt;"&amp;lt;= $(=Date(Max(Year)))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; background-color: #f8f8f8;"&gt;}&amp;gt;}Emp)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 07:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269840#M852921</guid>
      <dc:creator>ajsjoshua</dc:creator>
      <dc:date>2017-02-27T07:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: active employee count</title>
      <link>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269841#M852922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Try this&lt;/P&gt;&lt;OL class="dp-sql" start="1" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; font-size: 9pt !important;"&gt;&lt;SPAN class="func" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff1493; font-size: 9pt !important;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; font-size: 9pt !important;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="func" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff1493; font-size: 9pt !important;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; font-size: 9pt !important;"&gt;={&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: blue; font-size: 9pt !important;"&gt;"&amp;lt;= $(=Date(Max(Year)))"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; font-size: 9pt !important;"&gt;},&lt;SPAN style="color: #0000ff; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Year&lt;/SPAN&gt;=, IsActive={&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: blue; font-size: 9pt !important;"&gt;'1'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; font-size: 9pt !important;"&gt;}&amp;gt;}Emp) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="func" style="font-weight: inherit; font-style: inherit; color: #ff1493; background-color: #f8f8f8;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #000000; background-color: #f8f8f8;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="func" style="font-weight: inherit; font-style: inherit; color: #ff1493; background-color: #f8f8f8;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #000000; background-color: #f8f8f8;"&gt;={&lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; font-style: inherit; color: blue; background-color: #f8f8f8;"&gt;"&amp;lt;= $(=Date(Max(Year)))"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #000000; background-color: #f8f8f8;"&gt;},&lt;SPAN style="color: #0000ff; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Year&lt;/SPAN&gt;=&amp;gt;}Emp)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 09:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/active-employee-count/m-p/1269841#M852922</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2017-02-27T09:47:49Z</dc:date>
    </item>
  </channel>
</rss>

