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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Job Automation

I have 2 set of jobs (job A and job B) which include insert and update of data depending on some criteria . These jobs run daily. Everyday I get a new file and  looking at the data i decide which one of the two i need to run.

 

In the file there is a field called state. And state field can have 3 values : a,c or d.

If state field has only a's in it then I need to run the Job A

If the state field has a mixture a,c and d vales then i need to run job B

 

My problem statement is : I want to automate the above process. I want to have a new job which will check the vales in state field and decide which job to run next.(using tRunjob). Can someone guide me how to do i achieve this in Talend? Below are two images . 1 one is what i have and 2 one is what i want to achieve

0683p000009LsCQ.jpg0683p000009Lrl9.jpg

 

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Should be pretty similar to your second pic.  Try the following

0683p000009LsCV.png

 

You can use the "run if" conditional to branch and run subjobs based on conditions.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Should be pretty similar to your second pic.  Try the following

0683p000009LsCV.png

 

You can use the "run if" conditional to branch and run subjobs based on conditions.

Anonymous
Not applicable
Author

Thanks . Will Implement this and let you know .