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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Join/Lookup with component that already has output to another component

Hi there,

 

As mentioned in the subject line, I'm trying to use tMap on components which already has output. For better understating of my problem, please have a look at below screenshot :

 

0683p000009LuZX.png

 

So I want to lookup SAMPLE MASTER with corresponding 3 sampple table/component. Is it possible ?

 

Thanks.

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Hi,

No, you cannot. You need to rearrange the job like this:

0683p000009LuuA.png

Content of Smple_3 is memorized into a tHashOutput which is reused in a 2nd subjob as lookup for the tMap.

This is the idea.

View solution in original post

4 Replies
TRF
Champion II
Champion II

Hi,

No, you cannot. You need to rearrange the job like this:

0683p000009LuuA.png

Content of Smple_3 is memorized into a tHashOutput which is reused in a 2nd subjob as lookup for the tMap.

This is the idea.

Anonymous
Not applicable
Author

Thanks @TRF  for tReplicate component 0683p000009MACn.png

But 'tHashOutput' component is unavailable on my side. I'm using TDI open studio 6.4. Any other way ?

 

 

Anonymous
Not applicable
Author

Hi @AkshayNG,

 

Please follow below screenshot to get that component

0683p000009LuuP.png

Anonymous
Not applicable
Author

Hi @TRF, I've tried the solution given by you, now its working. For better performance I've checked 'clear cache after reading'  box.