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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Running multiple interdependent jobs one after other

Hi,

I have a case where a Job has to be broken down to two sub jobs as I have to take the output of one job, do some modification (in the output table) and use it as an input to the next job. So, how to do it ? If i try to do something like in the screenshot below then it runs both the jobs simultaneously which I don't want.

0683p000009Lu4g.jpg

Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi, Make sure the 'Multi thread execution' option is unchecked in your Job->Extra properties.0683p000009LvOH.png

Anonymous
Not applicable
Author

Hi, 

It is unchecked, but still both the units run together when I execute the job.

Bluemoon
Creator
Creator

Select on subjob ok from db input components
Anonymous
Not applicable
Author

Hi,

 

With OnSubjobOK, the linked subjob starts only when the previous subjob completely finishes.

With OnComponentOK, the linked subjob starts when the previous component finishes.

Best regards

Sabrina