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

Don't want to Reload QVW on Saturday and Sunday QVS

I don't see on the Reload Tab how to Reload QWS all day of the week except Saturday & Sunday !!!

How can i do this ?

(QVS without Publicher)

Thanks

16 Replies
Not applicable
Author

You make the .bat file and then scheduled this bat file window scheduler exclude Saturday and Sunday

Regards

Ashish Srivastava

Not applicable
Author

If you have to use qemc, controlling the weekday(today()) at the beginning of the script is a good idea.

Thanks.

suniljain
Master
Master

Dear friend,

Make .bat File of following Script. and then make window schedule of that bat file on all day excepting saturday, sunday. that facilities available in window schedule. And we alredy using this scenarion.

and I works fine.

"C:\Program Files\QlikView\Qv.exe" C:\QlikView\Prod\Parts\Parts_QV.qvw /r

Regards

Sunil Jain.

Not applicable
Author

You can use this at the beginning of your script:

If vCurrentDayOfWeek = 'za'or vCurrentDayOfWeek='zo' then 

exit Script;

end if;

It may depend on your SET DayNames=

Regards,

Guido

jonathandienst
Partner - Champion III
Partner - Champion III

Hi

The only problem with terminating the script as suggested is tha you will be left with an empty QVW file after the load.

Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

Do you have it at the beginning of your script? We don't have an empty QVW file.

Bill_Britt
Former Employee
Former Employee

What version of QlikView and do you have Publisher?

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.