Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
sunil-kumar5
Creator II
Creator II

Current Attrition Percentage of Employees

Hi Community,

I want to calculate the current attrition% of employees based on HR data like EE code, joining date and leaving date.

Can anyone please help on this?

Thanks

Sunil Kumar

 

 

14 Replies
sunil-kumar5
Creator II
Creator II
Author

Hi Steven,

Sorry, but I didn't understand the code to use, as you mentioned desired year (I want this dynamic not specif for any year).

Steven_Haught
Creator III
Creator III

Sorry for any confusion. You can try something like this:

Count(distinct{$<LeaveDate-={}>}EE_Code)
/
Count(distinct EE_Code)

 

Steven_Haught
Creator III
Creator III

@sunil-kumar5  Have you tried that at all? From we can add in more criteria in the set analysis to do 90 hires turnover, 6 month turn over, monthly etc.

sunil-kumar5
Creator II
Creator II
Author

Hi Steven,

I didn't get the notification.

I tried this way and getting 58% attrition rate, I believe this is over all, can you please advise as how can I calculate this basis on current MTD and YTD attrition rate? 

Steven_Haught
Creator III
Creator III

@sunil-kumar5  You may need to create a couple of fields. A month and year field would be good. I would also create an active Y/N field. Then we can add those to the set analysis to dictate the time frame and specifics of what you are looking for.