Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
sateeshkumar
Creator
Creator

Trigger QMC task on first week day after 15th of evrymonth.

Hi All,

May i know how to schedule a trigger on QMC task to run on first Wednesday after 15th of every month.

regards

Sateesh A

1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Possible solution:

  • Create a dummy document that doesn't do anything except check the current weekday. It succeeds on a Wednesday, fails on all other weelkdays.
  • Configure a task for this dummy document with a trigger of type "Monthly Schedule" and let it run on the 16th, 17th, 18th, 19th, 20th, 21st & 22nd of every month. At least one of those will be a Wednesday.
  • Attach the real task you want to run on the first Wednesday after the 15th of every month with a trigger of type "On event from another task" to run when the dummy task successfully completes.

Best,

Peter

View solution in original post

2 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Possible solution:

  • Create a dummy document that doesn't do anything except check the current weekday. It succeeds on a Wednesday, fails on all other weelkdays.
  • Configure a task for this dummy document with a trigger of type "Monthly Schedule" and let it run on the 16th, 17th, 18th, 19th, 20th, 21st & 22nd of every month. At least one of those will be a Wednesday.
  • Attach the real task you want to run on the first Wednesday after the 15th of every month with a trigger of type "On event from another task" to run when the dummy task successfully completes.

Best,

Peter

sateeshkumar
Creator
Creator
Author

Thank you for the solution