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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
amars
Specialist
Specialist

Logic for HR Qlikview file

Hi all,

I want to develop a HR dashboard like error loading image

Now the Data that I have is an As on data, i.e. I have a single entry for all employees , which is having Hire Date & Separation Date as part of data. If the employee is still there Separation date is null. I can't figure out how to draw a graph like the above one with the help of As on Data. Thanks in advance.

Regards

Amar

1 Reply
johnw
Champion III
Champion III

Maybe this?

count(distinct if( year("Hire Date") <= Year
and ( len("Separation Date") < 1 // testing for null
or year("Separation Date") >= Year),Employee))