Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have to schedule a qliksense job to load every two hours between 4am to 3pm,
Here is the condition i have set 0 4,6,8,10,12,14,16 - 1-5 * * * *
It does not throw any error but the job is failing.
Any help is appreciated.
Thanks
Hello,
Try something like this :
Start : 04:15 -> First run at 04:00
Custom increment (0 2 0 0) -> Every 2 hrs
Custom Filter (* 4-15 - * * * * * *) ->Task run between 4:00 and 15:59
Enjoy your Qlik.
Kind regards,
Théo ATRAGIE.
Hello,
Try something like this :
Start : 04:15 -> First run at 04:00
Custom increment (0 2 0 0) -> Every 2 hrs
Custom Filter (* 4-15 - * * * * * *) ->Task run between 4:00 and 15:59
Enjoy your Qlik.
Kind regards,
Théo ATRAGIE.
Thank you for your response Théo, appreciate it
I have added condition * 4,6,8,10,12,14,16 - * * * * * on hourly trigger, this has worked successfully, i encountered an issue with QMC that initially misled me for sometime.