Skip to main content
Announcements
Qlik Launches Open Lakehouse and advanced agentic AI experience in Qlik Answers! | LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
mahishah
Contributor

How to do left join on resident tables

Hello, How to do left join on two resident tables in Qlik sense data load editor What is the syntax ?

Example 

table A has columns X and Y 

table B has column X and Z

i want table c with columns X,Y,Z

 

Thank you 

 

Labels (3)
1 Solution

Accepted Solutions
Or
MVP

Table3:

Noconcatenate Load * Resident Table1;

Left Join

Load * Resident Table2;

You can then Drop table1 and table2 if they are no longer necessary.

View solution in original post

1 Reply
Or
MVP

Table3:

Noconcatenate Load * Resident Table1;

Left Join

Load * Resident Table2;

You can then Drop table1 and table2 if they are no longer necessary.