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

[resolved] Iterate/Main row order

Hi,
I recently started working with TOS, I have a question that I could not find the answer for in documentation:
is the lower branch (Main) executed (to the very end) before the upper one (Iterate) started (each thread)?
0683p000009MBX8.pngIt seems to be that case but, is it always this way?
Thanks a lot,
Pawel
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Ok, this is a bad design. Why not adding a tFlowToIterate at the end of your flow and call here the tRunJob?

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Ok, this is a bad design. Why not adding a tFlowToIterate at the end of your flow and call here the tRunJob?
Anonymous
Not applicable
Author

thank you, I like your solution