Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
elitianp
Partner - Contributor
Partner - Contributor

Trying to exclude specific day

Hey there

i want to exclude Saturdays from my loading scheduled

i try to use condition at the start

if [date]  Doesn't equal Sat 

i need to edit the date formula i get 3 rows

Date*  :  (i tried using Today or now

Output format:   (in my case it's  D)

Input format: ??????

Can someone explain how to use it or if there's any other way to solve this ?

thanks in advance

 

Labels (2)
3 Replies
Or
MVP
MVP

I wasn't able to make heads and tails of your post, but if you want a scheduled task to run every day of the week except Saturday, you would use 1-6 in the fourth position. A similar case is described in the documentation:

Or_0-1704728797707.png

 

elitianp
Partner - Contributor
Partner - Contributor
Author

thank's i will try that also 

 

rajjul
Partner - Contributor III
Partner - Contributor III

You can also try other ways like this

Run the task every day

in the source code of task execution check if it is sat then exit with-out further executing code. if not sat then execute complete task.