Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Sameer9585
Creator II
Creator II

Employee Still Active

Hi,

I have a data set where it contains ID,Date of Resignation and Date of Termination now I require that how many employees are active till the year and month selected in filters.

I require the count of people count who are going to leave the company next month also it should be included in the count.

I provide the data set in it Sheet 3 is the one.Please look into it.

Thanks in advance,

2 Replies
Anil_Babu_Samineni
MVP
MVP

Perhaps this?

=Count(If(Resigntation<=Termination, ID))++Count({<Num_Month={"=Num(Month(Today()))"}>} ID)

Where as Num_Month as follows in script

Num(Month([Date of Termination])) as Num_Month

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Sameer9585
Creator II
Creator II
Author

Hi Anil,

Count is correct but there is another problem that I need to create a cumulative substraction from the count(ID) and it should decrease montly.