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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

task dependencies

Hello

got a QVW that has task and this task is dependent on 3 tasks A, B, and C

A runs at 3 AM

B runs after A finishes

C runs after B finishes and every 15 minutes

A, and B run once per day

I want the task on my QVW to run first when A, B, and C finish and every 15 minutes after C finishes

Please advise on how to accomplish this

I can walk on water when it freezes
3 Replies
datanibbler
Champion
Champion

Hi Ali,

if you haven't got QV_Publisher which allows for this kind of things (I think, I haven't got it), the easiest thing is probably to create a copy of this app and run one of the twins when B finishes (which is when A has finished) and the other one every 15 minutes.

That could possibly lead to problems when the two incidentally fall together at the same time. Just try it out.

HTH

Best regards,

DataNibbler

HirisH_V7
Master
Master

Hi,

I think one best thing you can do is to create a batch files for that Scheduling part  and Make them run using 'Task Scheduler' .

Try like this.

HirisH
ali_hijazi
Partner - Master II
Partner - Master II
Author

I got publisher installed does adding multiple triggers solve this?

I can walk on water when it freezes