

Creator III
2018-03-19
06:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is Best way to join Multiple tables?
Hi Experts,
What is the best way to join tables when i have more than 1 common fields in each table..
Eg., I have 6 different tables and i have 2-3 common fields in each table..
1,370 Views
4 Replies


Master III
2018-03-19
06:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Concatenate the fields together to create a composite key
1,241 Views

MVP
2018-03-19
07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Explicit join is an option unless you don't want to join.... If you don't want to explicitly join them, you have to the option of creating a Link table
1,241 Views

MVP
2018-03-19
07:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why do you want to join. Create key on the basis of granularity of the all tables and kept it them on associataion. Rename all fields which create synthetic key.
If possible share your table structure so that we can provide more accurate solutions..
Regards,
Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
1,241 Views

Master
2018-03-19
07:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use concatenate function
1,241 Views
