Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I want to create custom trigger in Qliksense QMC.
Condtion is : Everyday 10 mins between start time morning 8 AM and ending 5 PM.
I tried below but its not working, may be something wrong I am doing :
Regards,
Tool_Tip
Hello,
Maybe like this 10 0 0 0
* 8-17 - 1-7 * * * *
Regards
Hello, is it working ?
Regards,
Hi
why did you mention 1-7 ? is this for all the 7 days of the week? if so if I want to run this starting on sunday and ending on Wednesday then?
Hello, yes it's for this.
Premise: Run Monday and Wednesday every week.
Filter: “* * - 1,3 * * * *”
Explanation: Position 4 is set to ‘1,3’ which means only Monday and Wednesday are allowed for this task (0 is Sunday).
This task should increment one day, that is, “0 0 1 0”.
So in your case ,maybe : * 8-17 - 0,1,2,3,6 * * * *
Regards,