Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Exclude Weekend from calculation

I am new to the Qlik Sense development, and I loaded the data from Oracle database and presented the same in the required format via Bar chart, Later I realised the Data I loaded the data included the weekend and public holiday as well. I would like to understand if we have and conditional script to exclude the weekend data from the calculation. Basically, I just need to present on weekdays data and not the others.

Thanks in Advance.

Regards

Vishal 

2 Replies
Anil_Babu_Samineni

I can think This way, May be?

Connection String Here..

Table:

Load * Where Not WildMatch(WeekDay(Date(Date#(DateField,'Your Format Here'))),'Sat', 'Sun');

SQL Select * From Table;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful