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

How to run a QMC task on specific working day (9th Working Day of each Month)

How to run a QMC task on specific working day (9th Working Day of each Month)

6 Replies
agni_gold
Specialist III
Specialist III
Author

Hi Stefan , what is this small qvw approach , can you please explain more.

rubenmarin

Hi Agnivesh, I think it's setting a condition at the begining of script like:

IF NetWorkDays(MonthStart(Today()), Today())<>9 THEN

This is an Error to exit as failed reload

ENDIF

// The real script will be executed only when NetWorkDays(MonthStart(Today()), Today())=9

I'm not sure it this is intended to be in the document or in another small qvw and the 'real' document reloads only when the task that reloads the small qvw has finished succesfully.

About the EDX:

Using EDX in QlikView 11

agni_gold
Specialist III
Specialist III
Author

what is this mean ,

This is an Error to exit as failed reload


what should i write to fail the reload .


Thanks

swuehl
MVP
MVP

Anything that is not valid syntax, like

Exid Script;

agni_gold
Specialist III
Specialist III
Author