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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Paknanarn23
Creator II
Creator II

want to show specific information Monday and Thursday

want to show the number of employees of each month, only Monday and Thursday

Labels (1)
2 Replies
justISO
Specialist
Specialist

Hi, it depends what fields you are using and structure of your data, but it can be achieved like:

count( if(WeekDay([your_date_field])<=1, [your_employee_name_or_field_you_counting])

Paknanarn23
Creator II
Creator II
Author

Hi, If I want a specific day on Monday and Thursday what to do