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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
aveeeeeee7en
Specialist III
Specialist III

Joining 2 Table

Hi All

I have 2 Separate Tables.

When i Link the 2 tables based on some Primary Key than it gives me desired Result but the Problem is that i cant store its qvd because the 2 Tables are not Joined they are just linked.

So can anyone tell me what is the Best Practice or Method to Join 2 Tables which gives me same result as it gives with Linked Tables.

Regards

Aviral Nag

Labels (1)
1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

outer join is equivalent to linked tables

View solution in original post

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

outer join is equivalent to linked tables

Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

You can do this :

Inner join(table1)

Load

*

Resident table2

;

Aurélien.

Help users find answers! Don't forget to mark a solution that worked for you!
Not applicable

Alessandro is correct.  Outer Join would be the equivalent to standard link because the outer join includes all records from table A and all records from table B and matches them up where it can.  I find this page helpful as I often get joins confused, so maybe it will help you too!

QlikView Addict: Explaining Joins

Nicole-Smith
MVP
MVP