<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to create composite key with these kind of table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185341#M629140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did that as well with my own scenario using joins.&lt;/P&gt;&lt;P&gt;It produced a massive table with 60M+ rows when the source data was 5k or less.&amp;nbsp; The load time was forever and the application was extremely sluggish.&amp;nbsp; It was ineffective, where the link table has very good performance &lt;SPAN style="font-size: 13.3333px;"&gt; (with the exception of the aforementioned association issue . . . ) &lt;/SPAN&gt;loading only hundreds of rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2016 04:16:01 GMT</pubDate>
    <dc:creator>joey_lutes</dc:creator>
    <dc:date>2016-11-30T04:16:01Z</dc:date>
    <item>
      <title>How to create composite key with these kind of table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185335#M629134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 3 tables as per my attachment. I dont know how to create a data model with composite key and link table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok i have 3 tables.&amp;nbsp; and all the mentioned alphabets are the common keys for each of these tables, and there are others fields in each of the tables, i just want to list out the common fields.&amp;nbsp; Those Black means they are keys common throughout table 1,2,3. Red one only available on table B n C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but all 3 tables have un common keys. so how many link tables and composite keys are needed? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sample_table.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138987_sample_table.jpg" style="height: 272px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 11:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185335#M629134</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2016-09-28T11:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create composite key with these kind of table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185336#M629135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest before thinking about link-tables to consider if these tables could be matched with concatenate/join/mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 12:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185336#M629135</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-09-28T12:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create composite key with these kind of table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185337#M629136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jim, I'm having a very similar problem.&lt;/P&gt;&lt;P&gt;I've tried 8 ways of Sunday to fix it - including a concatenate, which was &lt;EM&gt;not&lt;/EM&gt; fruitful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's one I got to work in a link table with 1 caveat.&amp;nbsp; Here's what I used:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/link-table-in-qlikview/" title="http://www.learnallbi.com/link-table-in-qlikview/"&gt;Link Table in QlikView – Learn QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, you have 2 tables with 0 unique fields - I'm going to assume there's at least 1 in each that's unique to just that table - otherwise, kind of pointless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The downside of this method teaches that for each table you comprise a [$Key field] consisting of 'all' foreign keys.&amp;nbsp; &lt;/P&gt;&lt;P&gt;(in your case, that would be:&lt;/P&gt;&lt;P&gt;Table 1 Key:&amp;nbsp; A&amp;amp;B&amp;amp;C&amp;amp;D&amp;amp;E&amp;amp;F&amp;amp;G&amp;amp;H&amp;amp;I as [%Key field]&lt;/P&gt;&lt;P&gt;Table 2 Key:&amp;nbsp; &amp;lt;all of them concatenated&amp;gt; as [%Key field]&lt;/P&gt;&lt;P&gt;Table 3 Key: &amp;lt;again, all of them concatenated&amp;gt; as [%Key field]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, this WORKS - as in, creates a link table, eliminates synthetic key and doesn't produce errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously the downside is:&amp;nbsp; they don't match.&lt;/P&gt;&lt;P&gt;If you'll read the comments, they address this, kind of.&amp;nbsp; That's my caveat - I'm having trouble getting past that.&lt;/P&gt;&lt;P&gt;See:&amp;nbsp; &lt;A href="https://community.qlik.com/message/1158079"&gt;Link Table for Dimension Tables Only&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps . . .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 00:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185337#M629136</guid>
      <dc:creator>joey_lutes</dc:creator>
      <dc:date>2016-11-30T00:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create composite key with these kind of table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185338#M629137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made some headway:&lt;/P&gt;&lt;P&gt;3 tables:&lt;/P&gt;&lt;P&gt;Items in bold link 'somewhere else' - indicating they constitute those combinations&lt;/P&gt;&lt;P&gt;Table1:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table2:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table3:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; A &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;D&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;C&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; &lt;/STRONG&gt; &lt;STRONG&gt;E&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;D&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F&lt;/P&gt;&lt;P&gt;G&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;E &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; H&lt;/P&gt;&lt;P&gt;value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="text-decoration: underline;"&gt;A&amp;amp;'|'&amp;amp;C&lt;/SPAN&gt; as Table1_Key,&amp;nbsp; // could also use autonumberhash128 (A, C) to produce an integer&lt;/P&gt;&lt;P&gt;value&lt;/P&gt;&lt;P&gt;Resident Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="text-decoration: underline;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&amp;amp;'|'&amp;amp;C&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&amp;amp;'|'&amp;amp;D&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; text-decoration: underline;"&gt;&amp;amp;'|'&amp;amp;E &lt;/SPAN&gt;as Table2_Key,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Table2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Table3:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load D&lt;SPAN style="font-size: 13.3333px; text-decoration: underline;"&gt;&amp;amp;'|'&amp;amp;E&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; as Table3 Key,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Table3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Link:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load &lt;STRONG&gt;distinct&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;//distinct very important&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; text-decoration: underline;"&gt;A&amp;amp;'|'&amp;amp;C&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; as Table1_Key,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;A,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;C&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Table 1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Drop fields A, C from Table1;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;//don't need them in the original now as they're loaded in the Link and associated with the key field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Concatenate (Link)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load distinct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&amp;amp;'|'&amp;amp;C&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&amp;amp;'|'&amp;amp;D&lt;SPAN style="font-size: 13.3333px; text-decoration: underline;"&gt;&amp;amp;'|'&amp;amp;E&lt;/SPAN&gt;&lt;/SPAN&gt; as Table2_Key,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // if you used autonumberhash128 above, use the same here&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;A,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;C,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;D&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Table2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Drop fields A, C, D, E from Table2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Concatenate (Link)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load distinct&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load &lt;SPAN style="text-decoration: underline;"&gt;D&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; text-decoration: underline;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&amp;amp;E&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; as Table3 Key,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;D,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;E&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident Table3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Drop fields D, E from Table3;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;This will produce a link table with no synthetic keys, and load data accordingly creating a true star schema.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;NOTE: &lt;/STRONG&gt; In this scenario (similar to my own) you'll notice Table3 does not have a direct association with Table1.&amp;nbsp; I'm noticing that in the UI, they're not associating at all for some reason (unless table B is involved).&amp;nbsp; Not sure if that's design (bad) or a bug in my system.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hope that helps!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 03:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185338#M629137</guid>
      <dc:creator>joey_lutes</dc:creator>
      <dc:date>2016-11-30T03:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create composite key with these kind of table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185339#M629138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more note - &lt;/P&gt;&lt;P&gt;The Link table code assumes&amp;nbsp; you did indeed load the linked fields in their respective original tables (thus the 'drop' statements)&lt;/P&gt;&lt;P&gt;Good ref doc:&amp;nbsp; &lt;A href="https://community.qlik.com/thread/112891"&gt;how to create composite key&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 03:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185339#M629138</guid>
      <dc:creator>joey_lutes</dc:creator>
      <dc:date>2016-11-30T03:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create composite key with these kind of table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185340#M629139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this Type of scenarios its better to append the tables &lt;/P&gt;&lt;P&gt;by using joins or concatenation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 03:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185340#M629139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-30T03:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create composite key with these kind of table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185341#M629140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did that as well with my own scenario using joins.&lt;/P&gt;&lt;P&gt;It produced a massive table with 60M+ rows when the source data was 5k or less.&amp;nbsp; The load time was forever and the application was extremely sluggish.&amp;nbsp; It was ineffective, where the link table has very good performance &lt;SPAN style="font-size: 13.3333px;"&gt; (with the exception of the aforementioned association issue . . . ) &lt;/SPAN&gt;loading only hundreds of rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 04:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185341#M629140</guid>
      <dc:creator>joey_lutes</dc:creator>
      <dc:date>2016-11-30T04:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create composite key with these kind of table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185342#M629141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hooo k&lt;/P&gt;&lt;P&gt;i got some new point...Thanq joey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 05:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-composite-key-with-these-kind-of-table/m-p/1185342#M629141</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-30T05:14:08Z</dc:date>
    </item>
  </channel>
</rss>

