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: 
tnewbie
Creator II
Creator II

Hand shake between Variables

Hello Talend Experts,

Suppose I have a complex logic that i want to handle in multiple steps, instead of trying to achieve everything in one step. Can i achieve this with variables as shown in the below image, and what will be the hand shake between variables and what will be the input/output hand shake between them 

 

 0683p000009M5P8.pngVar 4 will be the final output

0683p000009M5LW.png

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable

The tMap variables are fired strictly in order (top to bottom) for each row of data brought in via the Main flow. They hold their values between rows as well. This tutorial goes through this functionality in a bit more detail....

https://community.talend.com/t5/How-Tos-and-Best-Practices/Compare-row-value-against-a-value-from-th...

View solution in original post

1 Reply
Anonymous
Not applicable

The tMap variables are fired strictly in order (top to bottom) for each row of data brought in via the Main flow. They hold their values between rows as well. This tutorial goes through this functionality in a bit more detail....

https://community.talend.com/t5/How-Tos-and-Best-Practices/Compare-row-value-against-a-value-from-th...