Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Tool_Tip
Creator III
Creator III

Task trigger

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 :

 

Tool_Tip_0-1730175584815.png

 

Regards,

Tool_Tip

Labels (2)
4 Replies
VBD
Partner - Creator II
Partner - Creator II

Hello, 

Maybe like this 10 0 0 0

* 8-17 - 1-7 * * * *

 

https://community.qlik.com/t5/Official-Support-Articles/How-To-Create-Custom-Scheduled-Triggers-in-Q...

 

Regards

Valentin Billaud
Next Decision
VBD
Partner - Creator II
Partner - Creator II

Hello, is it working ?

 

Regards,

Valentin Billaud
Next Decision
Tool_Tip
Creator III
Creator III
Author

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?

VBD
Partner - Creator II
Partner - Creator II

Hello, yes it's for this.

https://help.qlik.com/en-US/sense-admin/May2024/Subsystems/DeployAdministerQSE/Content/Sense_DeployA...

 

Certain weekdays

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,

Valentin Billaud
Next Decision