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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Join Tables in only one

I have 2 tables.

Table 1:

table1.PNG

Table 2:

table2.PNG

And I need create a qlikview's table like this:

new table.PNG

Anyone help me?

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

MapCodDesc:

mapping load

Cod, Description

from ...table2source...;

Result:

load Level, Code, Value, applymap('MapCodDesc',Cod) as Description

from ...table1source...;


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

MapCodDesc:

mapping load

Cod, Description

from ...table2source...;

Result:

load Level, Code, Value, applymap('MapCodDesc',Cod) as Description

from ...table1source...;


talk is cheap, supply exceeds demand
Not applicable
Author

Probably, you are looking for this kind of syntax:

 

LOAD * FROM souce1;

join

LOAD * FROM source2;

it's working but, If I'm correct, The mapping load is more optimized.

Gysbert, could you confirm that?

rustyfishbones
Master II
Master II