Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Ranjanac
Contributor III
Contributor III

Publishing one table values into another

Hi All,

I have Table 1 and table 2, what i want is i want the exact value of "D" from table 1 , publishing in Table 2. because values are same in "A,B,C" and in "X,Y,Z".

Ranjanac_1-1700128345304.png

Can we use joins here? ,

or there are some different appraoch to solve this ?

Thanks & Regards,

Ranjana 

 

 

2 Replies
Saurabh_K14999
Contributor III
Contributor III

Hi,

Instead of using join create a key for column A,B & C in both the tables and use Apply map.

Regards,

SK

Ranjanac
Contributor III
Contributor III
Author

But the columns are different,  like in table 1, it has A,B,C and Table 2, it has X,Y,Z.. will it accept ?

will it work ?? if i write like:

Table 1:

Mapping Load

A,B,C

from [Lib://source/Tab1.xlsx]; 

Table 2:

Load * inline [ X,Y,Z]

ApplyMap ('Table 1', 'A,B,C') as D

from [Lib://source/Tab2.xlsx];