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

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

How to do join lookup column row with lookup colunm row in tmap component?

Hello everyone,

I wanna to ask how to do join between lookup column row with lookup column row using tmap component?

 

0683p000009LsIt.jpg0683p000009LsL3.jpg0683p000009Ls3S.jpg

when i do that join, a column user_id,methode_id, and methode_name values is null or zero...

I really hope all of your help about this for my thesis...Thanks everyone...

Labels (2)
1 Solution

Accepted Solutions
jagadish_dasari
Contributor III
Contributor III

Hello,

 

The correct join operation in tMap is MAIN_FLOW to LOOKUP_FLOW

The join you are trying to establish (LOOKUP_FLOW to LOOKUP_FLOW) is wrong.

 

Work-Around: Use separate tMap where you have to join outcome of first tMap as main and other join as lookup.

Something like this: 

MAIN=>tMap1(join LOOKUP1)=get lookup-value>tMap2(join LOOKUP2)=get lookup-value=>tMap3(join LOOKUP3)=get lookup-value=>TARGET.

 

Thanks,

Jagadish.

View solution in original post

3 Replies
jagadish_dasari
Contributor III
Contributor III

Hello,

 

The correct join operation in tMap is MAIN_FLOW to LOOKUP_FLOW

The join you are trying to establish (LOOKUP_FLOW to LOOKUP_FLOW) is wrong.

 

Work-Around: Use separate tMap where you have to join outcome of first tMap as main and other join as lookup.

Something like this: 

MAIN=>tMap1(join LOOKUP1)=get lookup-value>tMap2(join LOOKUP2)=get lookup-value=>tMap3(join LOOKUP3)=get lookup-value=>TARGET.

 

Thanks,

Jagadish.

Anonymous
Not applicable
Author

Hello,

Please have a look at this online document about:TalendHelpCenter:tMap lookup models.

Best regards

Sabrina

Anonymous
Not applicable
Author

Thanks for your clue...finally my work is done.. 0683p000009MACJ.png