<?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: head count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/head-count/m-p/1009413#M342618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly, need to know the logic of getting Headcount. Secondly need to know the table mappings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Nov 2015 13:49:59 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2015-11-30T13:49:59Z</dc:date>
    <item>
      <title>head count</title>
      <link>https://community.qlik.com/t5/QlikView/head-count/m-p/1009408#M342613</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'm building the HR dashboard in that i need to calculate the headcount of the employee can anyone plz help me regarding this one&lt;/P&gt;&lt;P&gt;basically i'm struck in script part don't know where to start plz help me&lt;/P&gt;&lt;P&gt;i got tables like employees,internal candidate,external candidate,gender,employeetype etc &lt;/P&gt;&lt;P&gt;overall tables 20&lt;/P&gt;&lt;P&gt;i need to count the&amp;nbsp; employe &lt;SPAN style="font-size: 13.3333px;"&gt;statistics,headcount so on &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 13:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/head-count/m-p/1009408#M342613</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-11-30T13:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: head count</title>
      <link>https://community.qlik.com/t5/QlikView/head-count/m-p/1009409#M342614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like:&lt;/P&gt;&lt;P&gt;=count(distinct employeeID) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 13:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/head-count/m-p/1009409#M342614</guid>
      <dc:creator>nigel987</dc:creator>
      <dc:date>2015-11-30T13:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: head count</title>
      <link>https://community.qlik.com/t5/QlikView/head-count/m-p/1009410#M342615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Headcount...Employee details are required&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Employee ID or may be Staff ID to get Head Count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total HeadCount : Count(Distinct EmployeeID)&amp;nbsp;&amp;nbsp;&amp;nbsp; //this will give you total headcount&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 13:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/head-count/m-p/1009410#M342615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-30T13:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: head count</title>
      <link>https://community.qlik.com/t5/QlikView/head-count/m-p/1009411#M342616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yea i&amp;nbsp; tried that one ,but the data is in the hirearchy &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 13:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/head-count/m-p/1009411#M342616</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-11-30T13:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: head count</title>
      <link>https://community.qlik.com/t5/QlikView/head-count/m-p/1009412#M342617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your qvw here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 13:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/head-count/m-p/1009412#M342617</guid>
      <dc:creator>nigel987</dc:creator>
      <dc:date>2015-11-30T13:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: head count</title>
      <link>https://community.qlik.com/t5/QlikView/head-count/m-p/1009413#M342618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly, need to know the logic of getting Headcount. Secondly need to know the table mappings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 13:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/head-count/m-p/1009413#M342618</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-11-30T13:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: head count</title>
      <link>https://community.qlik.com/t5/QlikView/head-count/m-p/1009414#M342619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if you did this front end (i.e. not in script) a formula along the lines of…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;=Count(DISTINCT [EmployeeIdField])&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would give you headcount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jason.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 13:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/head-count/m-p/1009414#M342619</guid>
      <dc:creator />
      <dc:date>2015-11-30T13:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: head count</title>
      <link>https://community.qlik.com/t5/QlikView/head-count/m-p/1009415#M342620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone tell me how to calculate the staffing rate and tenure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 15:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/head-count/m-p/1009415#M342620</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-11-30T15:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: head count</title>
      <link>https://community.qlik.com/t5/QlikView/head-count/m-p/1009416#M342621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are most likely operational definitions within your organization. For example at my company we have groups, like new employees(&amp;lt;1 year),1-5 years, 5-10...etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what staffing rate means and I don't know what data you are working with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 15:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/head-count/m-p/1009416#M342621</guid>
      <dc:creator>datagrrl</dc:creator>
      <dc:date>2015-11-30T15:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: head count</title>
      <link>https://community.qlik.com/t5/QlikView/head-count/m-p/1009417#M342622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataGrrl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply im just working on normal data which consists of employee details and designations,project assignments,employee type,internal candidate,external candidate,gender,businessunits buket config etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 15:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/head-count/m-p/1009417#M342622</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-11-30T15:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: head count</title>
      <link>https://community.qlik.com/t5/QlikView/head-count/m-p/1009418#M342623</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; Tenure is how long one employee worked for your company. Normally, it's today - hire date. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 16:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/head-count/m-p/1009418#M342623</guid>
      <dc:creator />
      <dc:date>2015-11-30T16:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: head count</title>
      <link>https://community.qlik.com/t5/QlikView/head-count/m-p/1009419#M342624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A few suggestions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First define your business case. What do you want to show? "Rate, tenure &lt;EM&gt;and so on"&lt;/EM&gt; is not much like a business case. Make an inventory of the different Questions you want to answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try to define how this business logic can be implemented. For example: for the calculation of Employee Tenure, what do you need and how do you calculate its value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then (and not least important), decide on your timeline. Will you report by month, by Quarter, by year, by week? How far do you want to go back? 2yrs? 5 yrs? 10 yrs? 100yrs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on this case description, decide on what source tables you really need, and which ones you can throw out. Then try to merge the information in these tables. By simplifying your data model, your documents and objects will be easier to design &amp;amp; build.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, import the tables your really need in an empty QVW document. Once you get here, you will face the task of tuning your LOAD statements in order to create an efficient data model. That's where we can help with specific solutions for your problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 16:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/head-count/m-p/1009419#M342624</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-30T16:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: head count</title>
      <link>https://community.qlik.com/t5/QlikView/head-count/m-p/1009420#M342625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i used&lt;/P&gt;&lt;P&gt;Interval(today(1) -HireDate,'D') as days to calculate days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for calculating months&lt;/P&gt;&lt;P&gt;(((year(&lt;EM&gt;today(1)&lt;/EM&gt;)*12)+month(&lt;EM&gt;today(1)&lt;/EM&gt;)) - (((year(&lt;EM&gt;[Hire Date]&lt;/EM&gt;)*12)+month(&lt;EM&gt;[Hire Date]&lt;/EM&gt;))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 16:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/head-count/m-p/1009420#M342625</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2015-11-30T16:37:13Z</dc:date>
    </item>
  </channel>
</rss>

