Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

QMC QlikSense - Triggers

Hi All,

I would like to run a task everyday from 8:00 to 17:00, every 30 Minutes (08:00, 08:30 ..... 16:30,17:00)

I noticed that I can set a trigger that will run every 30 minutes, but I can't find a way to limit the Start / End hour.

How can I do it?

Thanks,

Jacob

1 Solution

Accepted Solutions
shaun_lombard
Creator II
Creator II

You can't set the schedule to run between certain times.

It should be possible to add some code to your app that checks the current time, and if it is not between the range it "Exits Script".

View solution in original post

7 Replies
sarvesh
Creator III
Creator III

Hi..Jacob,

You have to configure scheduler and one more thing you can set start time but not end time.

Regard's

Sarvesh Srivastava

Anonymous
Not applicable
Author

By configure schedule you mean?

The start time I see is refer only for the first run.

sarvesh
Creator III
Creator III

Task.jpg

you can set the trigger from here.

Regard's

Sarvesh Srivastava

Anonymous
Not applicable
Author

So you mean that my only oprion is to set a trigger to each time that I want

one trigger to 08:00

second to 09:00 and etc..

sarvesh
Creator III
Creator III

No its not like that, you can set time as per your requirement.

satheshreddy
Creator III
Creator III

Hi Jacob,

you can schedule separately 4 jobs.

Regards

Sathish

shaun_lombard
Creator II
Creator II

You can't set the schedule to run between certain times.

It should be possible to add some code to your app that checks the current time, and if it is not between the range it "Exits Script".