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: 
srihitha
Contributor III
Contributor III

link table

Can someone give me an example and explain why link tables must be preferred over concatenation to remove synthetic keys.I am aware that when granularity of tables is different we opt link table over concatenation option. I want to see how concatenation affects data when granularity is different

Labels (4)
3 Replies
HugoRomeira_PT
Creator
Creator

Both the methods have their own advantages, it really depends on the the business requirements.

  • If in the source tables you have multiple fields in common and if the granularity is the same (e.g. amounts aggregated per month - Actual, Forecast or Budget) the concatenation will be a good option as it will merge data in a simple and with improved performance when it comes to handle large volumes of data.
  • Link Tables allow you to create more understandable data model for end users, but my advise is that you use it only when you have few similar fields between tables 2-3, and the table size is not huge, as it may generate performance issues.

Hope it helps.

If the issue is solved please mark the answer with Accept as Solution.
If you want to go quickly, go alone. If you want to go far, go together.
marcus_sommer

IMO a different granularity between fact-tables is not mandatory a show-stopper for a concatenation. We are using it often by sales on a daily level and budgets on a monthly level - see for example: Fact Table with Mixed Granularity - Qlik Community - 1468238.

- Marcus

vikasmahajan

Hi,

Here is a demonstration about link table https://community.qlik.com/t5/Qlik-Sense-Documents/link-table/ta-p/1883375

Hope this help you.

vikas 

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.