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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Paknanarn23
Creator II
Creator II

How to prevent employees with less than 4 days of employment not showing up in the report?

I want Sub. Operator positions with less than 4 days of service to not show up in my report

Paknanarn23_0-1674700989667.png

 

 

Labels (3)
1 Solution

Accepted Solutions
MayilVahanan

Hi

If days are calculated based on Today, then try like below

=Count({<Date ={"<= $(=Date(Today()-4))"}>}Distinct EmployeeId)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

1 Reply
MayilVahanan

Hi

If days are calculated based on Today, then try like below

=Count({<Date ={"<= $(=Date(Today()-4))"}>}Distinct EmployeeId)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.