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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to Parallel runs?

hi, I've developed a task..

 

0683p000009M8QT.png

 

job sequence is... D_NO -> D_YY -> D_YM -> D_DT -> D_AGE_LCLSF -> D_AGE_SCLSF -> D_AGE -> D_AGE_MAPG

 

The job runs in series....

 

but, i want parallel runs...

 

D_NO -> D_YY -> D_YM -> D_DT

 D_AGE_LCLSF -> D_AGE_SCLSF -> D_AGE -> D_AGE_MAPG

 

Thanks... 0683p000009MACn.png

 

Labels (3)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@jklee88 , if you do not have any dependency between job you can design jobs as shown the below way can make it parallel in open studio and in enterprise level you can use tParallel component.

0683p000009M8NV.png

View solution in original post

1 Reply
manodwhb
Champion II
Champion II

@jklee88 , if you do not have any dependency between job you can design jobs as shown the below way can make it parallel in open studio and in enterprise level you can use tParallel component.

0683p000009M8NV.png