Skip to main content

App Development

Discussion board where members can learn more about Qlik Sense App Development and Usage.

Announcements
Qlik Cloud Maintenance is scheduled between March 27-30. Visit Qlik Cloud Status page for more details.
cancel
Showing results for 
Search instead for 
Did you mean: 
Paknanarn23
Creator
Creator

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
Creator
Author

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