Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi to all the experts in qlik view,
I wan to clearly understand the concept of link table,can anyone help me out.
Thanks
Harshitha
Link table is called as 'Factless Fact' in data warehouse term in which you have only dimensional keys.
When you have two Fact tables with many to many relationship we create a link table to connect two Fact tables.
For example see the below link
One more
Thank you Kush i understood the importance of link table.
Regards
Hi,
* When there are common fields in multiple tables (a synthetic key exists) but most of the fields
from each table are not shared.
* It is a table that stores all possible combinations of values.
* When there is more than one field in common between tables.
* Use: To maintain integrity of your application.