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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
deeavhad
Contributor
Contributor

How to exclude weekends from the data

How to exclude weekends from the data to display only weekdays data in a chart

1 Reply
abhijitnalekar
Specialist II
Specialist II

Hi @deeavhad

if(WeekDay(DepartDate)>3,'WeekEnd','WeekDay') as week

Create the above new field in the script. And you can filter the data accordingly. 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!