
Contributor
2023-04-18
06:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
5,237 Views
1 Solution
Accepted Solutions


MVP
2023-04-18
06:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Table3:
Noconcatenate Load * Resident Table1;
Left Join
Load * Resident Table2;
You can then Drop table1 and table2 if they are no longer necessary.
5,230 Views
1 Reply


MVP
2023-04-18
06:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Table3:
Noconcatenate Load * Resident Table1;
Left Join
Load * Resident Table2;
You can then Drop table1 and table2 if they are no longer necessary.
5,231 Views
