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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Joins

hi,

I am Kumar

I have 2 tables(those are Excel data)

Products:

AddressCityFnameLnameP_id
aavdvvdfdvnolaHansen1
dbhgfgeewcccccccdddd2
dvcddgghgbbbbbbaaaa3



Orders:

O_idO_noP_id
12344
23453
34561
46781
58982


These are the examle tables i have taken..

and how the differant types of joines are applied in Qlikview.In detailed.....

3 Replies
ashfaq_haseeb
Champion III
Champion III

Hi Ravi

Just go through the Document attached.

Hope that helps.

Regards

ASHFAQ

Not applicable
Author

hello

You will find about join types in QV Help(F1). It's with example and easy to understand.

Miguel_Angel_Baeyens

Hello,

First of all, QlikView's associative logic would say that if you have two tables with a field named alike with the same value (call it a Key field) tables are associated by those fields.

Meaning that if, according to your example above, you want to know the value of "O_no" for Address "dbhg" you don't need to do any additional joining, tables are linked automatically by their "P_id" field.

So in my case, without further requirements, I'd leave your tables as you already have it.

Hope that helps.