Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlikview refresh - run everyday except sundays?

Hi there experts,

My refresh runs everyday at 12 am. But it conflicts with server maintenance every Sunday. So is there a way to schedule refresh everyday except Sundays? Or shift the refresh timing on Sundays to 2 am instead?

Help appreciated! Thank you!

Regards,

Benazir

1 Solution

Accepted Solutions
mdmukramali
Specialist III
Specialist III

Hi Benazir,

Do you have Publisher ?

or else you can try the below script beginning of the QVW file.

if match(weekday(today()), 'Sun') then

     exit script;

end if


// Script.

View solution in original post

13 Replies
mdmukramali
Specialist III
Specialist III

Hi Benazir,

Do you have Publisher ?

or else you can try the below script beginning of the QVW file.

if match(weekday(today()), 'Sun') then

     exit script;

end if


// Script.

balabhaskarqlik

Think so, create dependent task for Sunday at 2AM.

pooja_prabhu_n
Creator III
Creator III

Hi,

In QEMC triggers you can select all the days except Sunday.

Refresh.PNG

Thanks,

Pooja

Anonymous
Not applicable
Author

Thank for your inputs everyone! I'm going to try these and get back.

>B

Anonymous
Not applicable
Author

Hi Pooja,

I'm using QMC and unfortunately can't find this setting at all. My weekly trigger allows me to select only one day of the week - in a drop down.

Rgds,

B

Anonymous
Not applicable
Author

I don't have publisher. But I think the exit script may work for me!! thanks for the idea - I will try this out and get back

Anonymous
Not applicable
Author

Can you perhaps explain a little more? How I go about creating a Dependent Task?

pooja_prabhu_n
Creator III
Creator III

Hi Benazir,

In weekly trigger you can select more than one day of the week.

Weekly.PNG

Thanks,

Pooja

Anonymous
Not applicable
Author

qlik triggers.PNG

This is what I see - what version are you on?