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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Many to many relationship with automatic data loading

Hello everyone.

I have not a precise question, I just wanted to have some clarifications about how Qlik Sense works.

I have used several Business Intelligence apps but a "many to many" relationship has always been impossible to do because atleast one table mustn't have duplicated values.

This is the case I am working on:

Screenshot_2.png

I have not used a custom script and account_id presents duplicated values both in transactions and users.

How does Qlik Sense works in this case?
Does it performs something like a full outer join between Transactions and Users, and an inner join between this table and User Details?

1 Solution

Accepted Solutions
bertdijks
Partner - Contributor III
Partner - Contributor III

The relations between all the tables are full outer join.

View solution in original post

2 Replies
bertdijks
Partner - Contributor III
Partner - Contributor III

The relations between all the tables are full outer join.

Anonymous
Not applicable
Author

Ah.

Now I understand why I can't find two "id" columns and two "account_id".

Many thanks.

I guess it's always best practice to use a custom loading script therefore...