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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to branch the flow of a job based on row contents?

I need to execute one sequence of job components or another, based on a value in a field in a row.
Specifically, I'm making a tSOAP request and need to execute one sequence if a fault code is returned in the single row of output (presented as the contents of a column in the tSOAP row output) or another, the main sequence, on no fault code returned.
What component can accomplish this?
Thanks.
Labels (3)
1 Reply
_AnonymousUser
Specialist III
Specialist III

Hello.
You can either use a *map (e. g. tMap) and have filter activated on the output flows. Or you can connect subsequent components to the one retrieving the decisive value using "if"-connectors (versus row- main).
HTH!