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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
shanmathytitu
Partner - Contributor III
Partner - Contributor III

Lookup a field from one table to another based on multiple fields

tab1:

Load Policynum,lpolnum,lacepolicynum,corporatepolicynum,

Agencyname

 from tab1;

Maintab:

Load Policynum,lpolnum from Maintab;

My requirement: i need to load Agencyname in Maintab table based on Policynum,lpolnum with tab1 (Policynum,lpolnum,lacepolicynum,corporatepolicynum).

I.e., lookup  Maintab(Policynum,lpolnum) and tab1(Policynum,lpolnum,lacepolicynum,corporatepolicynum) to get the Agencyname;

This Maintab(Policynum,lpolnum) can be anythg from tab1(Policynum,lpolnum,lacepolicynum,corporatepolicynum).

Note: Policynum,lpolnum from Maintab can we anything in tab1 Policynum,lpolnum,lacepolicynum,corporatepolicynum.

I need to get the Agencyname from tab1 to Maintab(final table).

Please assist.

 

 

 

 

 

 

Labels (1)
0 Replies