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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Reload from QMC

Hi developers

Let's say that I have these 4 reload jobs in my QMC. Job2 starts when job1 has ended and so forth.

job1

  job2

    job3

      job4

Can I somehow reload job2 and just job2 from the QMC? It should not trigger job 3 afterwards.

I could just open the file and reload it, but i rather want it to reload in the "background" so i can focus on other files while it reloads.

Is this possible?

Best regards Michael

Labels (1)
1 Solution

Accepted Solutions
zhadrakas
Specialist II
Specialist II

no thats not possible. the easiest way to achieve this is :

1) "disable Job3" in QMC.

2) run Job 2

3) after that enable Job 3

View solution in original post

3 Replies
zhadrakas
Specialist II
Specialist II

no thats not possible. the easiest way to achieve this is :

1) "disable Job3" in QMC.

2) run Job 2

3) after that enable Job 3

YoussefBelloum
Champion
Champion

Hi,

you can create ALONE Jobs for each one, with no dependencies, like this you can load whenever you want 1 job without affecting the others.

shiveshsingh
Master
Master

remove trigger from JOB 3 and JOB 4 in QMC.

Trigger - that is triggering JOB 3 after JOB 2