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: 
PrashantRupani
Creator
Creator

Left join Qlik Sense

Hi, I have two dimension tables ( Table 1 and Table 2). I need to  do Table 1 left join Table 2 and show all columns . How do I do this?

Note : The common element between two tables is Col 2.  Just FYI - Col 1 from Dimension table is joined to Col 1 in the fact table.

Table 1: 

Load

Col 1,

Col 2,

Col 3

FROM <qvd file>

Table  2:

Load

Col 2,

Col 4

FROM <qvd file>

 

 

Labels (1)
1 Solution

Accepted Solutions
skamath1
Creator III
Creator III

Table1: 

Load

Col 1,

Col 2,

Col 3

FROM <qvd file> ;

Left Join (Table1)

Load

Col 2,

Col 4

FROM <qvd file> ;

View solution in original post

1 Reply
skamath1
Creator III
Creator III

Table1: 

Load

Col 1,

Col 2,

Col 3

FROM <qvd file> ;

Left Join (Table1)

Load

Col 2,

Col 4

FROM <qvd file> ;