Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
kmswetha
Creator
Creator

Qlikview Schedule

Hi,

I have to schedule my app based on working dates.

It has to run only on 2nd working day of every month.

For which I can do a verification and do wirte a code stating exit script if it is not second working day.

Would write this logic in qvw and save it as cal.qvw

This is good so far. Problem is though I exit the script still the task would be successful.

Say suppose I have another qvw name 'abc.qvw', and this would run when ever the cal.qvw is successful.

Can I fail the task based on exit script??

3 Replies
sanketkhunte
Creator II
Creator II

Just a suggestion ....

Why are you putting this into script since Qlik Tech providing QEMC (qlikview Management Console ) through which we can trigger task with any interval of time.

Hope that helps !!

Sanket

Anonymous
Not applicable

To fail a task, use some purposely erroneous statement there instead of the exit script.

avinashelite

yes, you can make the task fail . try like based on the condition satisfied create if condition loop and write the conditions like false code in invalid region and proper condition in valid loop