Discussion board where members can learn more about Qlik Sense App Development and Usage.
want to show the number of employees of each month, only Monday and Thursday
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])
Hi, If I want a specific day on Monday and Thursday what to do