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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Tõnis1
Contributor
Contributor

Implement if else statement in Talend workflow (TOS)

Hello!

How to implement such workflow:

if condition is true then do_one_thing else do_other_thing -> do a common thing

Or just if condition is true then do_something -> do a common thing

I can use RunIf conditions (RunIf when condition is true and other RunIf when condition is false)

But how to join these workflows to do a third thing after if statement?

Labels (2)
1 Reply
gjeremy1617088143

Hi, use on subjob ok on the first component of the subjob wich contain the if statement, and link it to the component you want to execute after the if statement.