Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to trigger two jobs in QMC

Hi,

I have three set of .qvw files to trigger job.

for example:

Cycle-1

  • one.qvw
  1. two.qvw
  2. three.qvw                                      

Cycle -2

  1. abc.qvw
  2. cde.qvw
  3. pqr.qvw
  4. xyz.qvw

Cycle -3

  1. meter.qvw
  2. read.qvw
  3. rate.qvw

In above cycle 1 jobs are run it will trigger the cycle-3 jobs similarly cycle-2 jobs are run and it will trigger the cycle-3 jobs.

from this how to set a or condition like if any one cycle1 or 2 run it will trigger the cycle3 jobs.


Note: In every cycle three jobs will run simultaneously not a step by step run.



thanks

yuvaraj

4 Replies
craigsutton
Creator
Creator

What about duplicating your cycle three loads and making one set dependent on the longest qvw load in cycle 1 and the other set dependent on the longest qvw in cycle 2.

Cycle -1 >> Meter-1, read-1, rate-1

Cycle -2 >> Meter-2, read-2, rate-2

Anonymous
Not applicable
Author

Hi Craig,

its possible to do without duplicate the qvws

craigsutton
Creator
Creator

Can you make a separate task, or is that what you mean by duplicating the qvw's?

Anonymous
Not applicable
Author

Duplicate in the sense we are repeating the same .qvws two times for cycle 3.