<?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: Link table - odd issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-table-odd-issue/m-p/1085955#M361577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hey Andres,&amp;nbsp; thanks... but not sure it is a data issue... here is more:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the skey field,&lt;/P&gt;&lt;P&gt;- Step 1: For the first load statement, the value of concatenated IDs [0580003657.0000562378] is loaded into the skey field. The associated fields [id2, id2, or 0580003657, 0000562378 respectively ]&amp;nbsp; are also loaded as normal: &lt;/P&gt;&lt;P&gt;skey, id1, id2&lt;/P&gt;&lt;P&gt;[0580003657.0000562378],&amp;nbsp; 0580003657, 0000562378 [OK]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- For the second load statement, the valve of concatenated IDs [0580003657.0000563127] is &lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt; loaded. Rather, the concatenated skey from Step 1 [0580003657.0000562378] is associated with&lt;/P&gt;&lt;P&gt;the new set of ids [id2, id2, or 0580003657, 0000563127 respectively], so now the result is an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;skey, id1, id2&lt;/P&gt;&lt;P&gt;[0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000562378]&lt;/SPAN&gt;,&amp;nbsp; 0580003657, 0000563127 [&lt;STRONG&gt;Error&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I've tried&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;I. When I comment-out one statement, the other works fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp; -- if Step 1 is commented out (in the load script), the second statement works as expected:&amp;nbsp; [0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000563127&lt;/SPAN&gt;], is associated with 0580003657, 0000563127&lt;/P&gt;&lt;P&gt;&amp;nbsp; -- if Step 2 is commented out, the first works as expected:&amp;nbsp; [0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000562378&lt;/SPAN&gt;], is associated with 0580003657, 0000562378&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;II.&amp;nbsp; When &lt;STRONG&gt;I switch the order of statements&lt;/STRONG&gt;, the same effect occurs, but &lt;STRONG&gt;reverse&lt;/STRONG&gt;: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[0580003657.0000563127],&amp;nbsp; 0580003657, 0000563127 [OK]&lt;/P&gt;&lt;P&gt;[0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000563127&lt;/SPAN&gt;],&amp;nbsp; 0580003657, 0000562378 [&lt;STRONG&gt;Error&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- In each case, it is if, the second load cannot add a new value to a previous field [e.g. skey], if the value did not already exist in that field.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; for example, if [0580003657.0000562378] exists, and&amp;nbsp; [0580003657.0000563127] does not, then&amp;nbsp; [0580003657.0000563127] cannot be loaded into the field ...&amp;nbsp; which raises the question... is this a concatenation issue ?&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;III.&amp;nbsp; I also tried changing the field name...[using 'skey0' for the second load, rather than 'skey']:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, for the second table, instead of skey, id1, id2 , I used skey0, id1, id2.&amp;nbsp; Here is what I got:&lt;/P&gt;&lt;P&gt;skey0, id1, id2&lt;/P&gt;&lt;P&gt;[0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000563127&lt;/SPAN&gt;],&amp;nbsp; 0580003657, &lt;SPAN style="text-decoration: underline;"&gt;0000563127&lt;/SPAN&gt; [&lt;STRONG&gt;OK&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;so, my data was:&lt;/P&gt;&lt;P&gt;Tracking&lt;/P&gt;&lt;P&gt;skey, id1, id2&lt;/P&gt;&lt;P&gt;[0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000562378&lt;/SPAN&gt;],&amp;nbsp; 0580003657, &lt;SPAN style="text-decoration: underline;"&gt;0000562378&lt;/SPAN&gt; [&lt;STRONG&gt;OK&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;Task0&lt;/P&gt;&lt;P&gt;skey0, id1, id2&lt;/P&gt;&lt;P&gt;[0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000563127&lt;/SPAN&gt;],&amp;nbsp; 0580003657, &lt;SPAN style="text-decoration: underline;"&gt;0000563127&lt;/SPAN&gt; [&lt;STRONG&gt;OK&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so far so good... but, when I do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tasks&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp; skey0 as skey,&lt;/P&gt;&lt;P&gt;&amp;nbsp; id1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; id2&lt;/P&gt;&lt;P&gt;Resident Task0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// drop table Task0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then here is what I get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tracking&lt;/P&gt;&lt;P&gt;skey, id1, id2&lt;/P&gt;&lt;P&gt;[0580003657.0000562378],&amp;nbsp; 0580003657, 0000562378 [OK]&lt;/P&gt;&lt;P&gt;Tasks&lt;/P&gt;&lt;P&gt;skey, id1, id2&lt;/P&gt;&lt;P&gt;[0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000562378&lt;/SPAN&gt;],&amp;nbsp; 0580003657, &lt;SPAN style="text-decoration: underline;"&gt;0000563127&lt;/SPAN&gt; [&lt;STRONG&gt;Error&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merely doing a rename of a field, changes the value: ... something happens in the data model... that changes the value of skey0 [0580003657.&lt;STRONG&gt;0000563127&lt;/STRONG&gt;] from [Task0] to the skey [0580003657.&lt;STRONG&gt;0000562378&lt;/STRONG&gt;] int [Tasks]!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is really odd...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IV.&amp;nbsp; I'm&amp;nbsp; using Microsoft SQL Server in the background... I've tried recreating the whole process in MS Excel... and &lt;STRONG&gt;everything works fine&lt;/STRONG&gt;! I intended to reproduce the error and send a QVW... but cannot with MS Excel (because I'm not yet able to reproduce the error with MS Excel... [I'll try more]...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, it may be as you say, a data error... but it may be some kind of concatenation error ... for the same datafield, across two tables...&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;IV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to create just a supertable...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[skey_reference]:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Text(id1) &amp;amp; '.' &amp;amp; Text(id2) as [skey]&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; id1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,id2&lt;/P&gt;&lt;P&gt;from tracking;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;Load Text(id1) &amp;amp; '.' &amp;amp; Text(id2) as [skey]&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; id1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,id2&lt;/P&gt;&lt;P&gt;from task;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I looked at a table object, all I has was:&lt;/P&gt;&lt;P&gt;[0580003657.0000562378]&amp;nbsp; [&lt;STRONG&gt;Error&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... &lt;SPAN style="text-decoration: underline;"&gt;there should be two rows: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[0580003657.0000562378]&lt;/P&gt;&lt;P&gt;[0580003657.0000563127]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Again, the order makes a difference. &lt;/P&gt;&lt;P&gt;&amp;nbsp; if I load task first, I just get [0580003657.0000563127] , not both&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if I load tracking first, I just get [0580003657.0000562378]&lt;SPAN style="font-size: 13.3333px;"&gt; , not both&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, it as if the Qlikview won't concatenate a new value to a currently existing field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...I'll keep working on this as I can...&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jan 2016 15:27:09 GMT</pubDate>
    <dc:creator>jrdunson</dc:creator>
    <dc:date>2016-01-14T15:27:09Z</dc:date>
    <item>
      <title>Link table - odd issue</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-odd-issue/m-p/1085953#M361575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, I'm trying to build a link table, using a common 'superkey' (call skey).&amp;nbsp; I've edited down my original (hoping I didn't miss syntax)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here on one table&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;[Tracking]:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; ,Text(id1) as [Tracking ID]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; ,Text(id2) as [Tracking ID2]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; ,Text(id1) &amp;amp; '.' &amp;amp; Text(id2) as [skey]&amp;nbsp; &lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; id1&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; ,id2&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;from tracking;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which will create this (for example)... which is precisely what I want...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Tracking ID Tracking ID2 skey&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;0580003657 0000562378 0580003657.0000562378&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;And a second&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;[Task]:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; ,Text(id1) as [Task ID]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; ,Text(id2) as [Task ID2]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; ,Text(id1) &amp;amp; '.' &amp;amp; Text(id2) as [skey]&amp;nbsp; &lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; id1&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; ,id2&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;from task;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which should create this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Task ID Task ID2 skey&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;0580003657 0000563127 0580003657.0000563127&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;Instead, it creates this:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Task ID Task ID2 skey&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;0580003657 0000563127 0580003657.&lt;STRONG&gt;0000562378&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in my link table:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;[Skey_Link]:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Load&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; [Tracking ID] as [ID]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; ,[Tracking ID2] as [Corr_ID]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; ,skey&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Resident Tracking&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Concatenate [Skey_Link]:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Load&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; [Task ID] as [ID]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; ,[Task ID2] as [Corr_ID]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; ,skey&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Resident Task&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;0580003657 0000563127 0580003657.&lt;STRONG&gt;0000562378&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;0580003657 0000562378 0580003657.0000562378&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of this&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;0580003657 0000563127 0580003657.0000563127&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;0580003657 0000562378 0580003657.0000562378&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;I want the skey for all three tables... Tracking, Tasks, and Skey_Link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; Is there sort of a 'no concatenate' I can use ...when a common field is used in different tables?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 22:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-odd-issue/m-p/1085953#M361575</guid>
      <dc:creator>jrdunson</dc:creator>
      <dc:date>2016-01-13T22:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Link table - odd issue</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-odd-issue/m-p/1085954#M361576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jarrell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to me that could be a data problem instead of a modelling problem. Nevertheless, could you post some sample data to have a look and maybe someone could help you a bit more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Andrés&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 07:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-odd-issue/m-p/1085954#M361576</guid>
      <dc:creator>andrespa</dc:creator>
      <dc:date>2016-01-14T07:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Link table - odd issue</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-odd-issue/m-p/1085955#M361577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hey Andres,&amp;nbsp; thanks... but not sure it is a data issue... here is more:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the skey field,&lt;/P&gt;&lt;P&gt;- Step 1: For the first load statement, the value of concatenated IDs [0580003657.0000562378] is loaded into the skey field. The associated fields [id2, id2, or 0580003657, 0000562378 respectively ]&amp;nbsp; are also loaded as normal: &lt;/P&gt;&lt;P&gt;skey, id1, id2&lt;/P&gt;&lt;P&gt;[0580003657.0000562378],&amp;nbsp; 0580003657, 0000562378 [OK]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- For the second load statement, the valve of concatenated IDs [0580003657.0000563127] is &lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt; loaded. Rather, the concatenated skey from Step 1 [0580003657.0000562378] is associated with&lt;/P&gt;&lt;P&gt;the new set of ids [id2, id2, or 0580003657, 0000563127 respectively], so now the result is an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;skey, id1, id2&lt;/P&gt;&lt;P&gt;[0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000562378]&lt;/SPAN&gt;,&amp;nbsp; 0580003657, 0000563127 [&lt;STRONG&gt;Error&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I've tried&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;I. When I comment-out one statement, the other works fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp; -- if Step 1 is commented out (in the load script), the second statement works as expected:&amp;nbsp; [0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000563127&lt;/SPAN&gt;], is associated with 0580003657, 0000563127&lt;/P&gt;&lt;P&gt;&amp;nbsp; -- if Step 2 is commented out, the first works as expected:&amp;nbsp; [0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000562378&lt;/SPAN&gt;], is associated with 0580003657, 0000562378&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;II.&amp;nbsp; When &lt;STRONG&gt;I switch the order of statements&lt;/STRONG&gt;, the same effect occurs, but &lt;STRONG&gt;reverse&lt;/STRONG&gt;: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[0580003657.0000563127],&amp;nbsp; 0580003657, 0000563127 [OK]&lt;/P&gt;&lt;P&gt;[0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000563127&lt;/SPAN&gt;],&amp;nbsp; 0580003657, 0000562378 [&lt;STRONG&gt;Error&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- In each case, it is if, the second load cannot add a new value to a previous field [e.g. skey], if the value did not already exist in that field.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; for example, if [0580003657.0000562378] exists, and&amp;nbsp; [0580003657.0000563127] does not, then&amp;nbsp; [0580003657.0000563127] cannot be loaded into the field ...&amp;nbsp; which raises the question... is this a concatenation issue ?&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;III.&amp;nbsp; I also tried changing the field name...[using 'skey0' for the second load, rather than 'skey']:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, for the second table, instead of skey, id1, id2 , I used skey0, id1, id2.&amp;nbsp; Here is what I got:&lt;/P&gt;&lt;P&gt;skey0, id1, id2&lt;/P&gt;&lt;P&gt;[0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000563127&lt;/SPAN&gt;],&amp;nbsp; 0580003657, &lt;SPAN style="text-decoration: underline;"&gt;0000563127&lt;/SPAN&gt; [&lt;STRONG&gt;OK&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;so, my data was:&lt;/P&gt;&lt;P&gt;Tracking&lt;/P&gt;&lt;P&gt;skey, id1, id2&lt;/P&gt;&lt;P&gt;[0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000562378&lt;/SPAN&gt;],&amp;nbsp; 0580003657, &lt;SPAN style="text-decoration: underline;"&gt;0000562378&lt;/SPAN&gt; [&lt;STRONG&gt;OK&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;Task0&lt;/P&gt;&lt;P&gt;skey0, id1, id2&lt;/P&gt;&lt;P&gt;[0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000563127&lt;/SPAN&gt;],&amp;nbsp; 0580003657, &lt;SPAN style="text-decoration: underline;"&gt;0000563127&lt;/SPAN&gt; [&lt;STRONG&gt;OK&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so far so good... but, when I do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tasks&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp; skey0 as skey,&lt;/P&gt;&lt;P&gt;&amp;nbsp; id1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; id2&lt;/P&gt;&lt;P&gt;Resident Task0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// drop table Task0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then here is what I get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tracking&lt;/P&gt;&lt;P&gt;skey, id1, id2&lt;/P&gt;&lt;P&gt;[0580003657.0000562378],&amp;nbsp; 0580003657, 0000562378 [OK]&lt;/P&gt;&lt;P&gt;Tasks&lt;/P&gt;&lt;P&gt;skey, id1, id2&lt;/P&gt;&lt;P&gt;[0580003657.&lt;SPAN style="text-decoration: underline;"&gt;0000562378&lt;/SPAN&gt;],&amp;nbsp; 0580003657, &lt;SPAN style="text-decoration: underline;"&gt;0000563127&lt;/SPAN&gt; [&lt;STRONG&gt;Error&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merely doing a rename of a field, changes the value: ... something happens in the data model... that changes the value of skey0 [0580003657.&lt;STRONG&gt;0000563127&lt;/STRONG&gt;] from [Task0] to the skey [0580003657.&lt;STRONG&gt;0000562378&lt;/STRONG&gt;] int [Tasks]!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is really odd...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IV.&amp;nbsp; I'm&amp;nbsp; using Microsoft SQL Server in the background... I've tried recreating the whole process in MS Excel... and &lt;STRONG&gt;everything works fine&lt;/STRONG&gt;! I intended to reproduce the error and send a QVW... but cannot with MS Excel (because I'm not yet able to reproduce the error with MS Excel... [I'll try more]...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, it may be as you say, a data error... but it may be some kind of concatenation error ... for the same datafield, across two tables...&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;IV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to create just a supertable...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[skey_reference]:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Text(id1) &amp;amp; '.' &amp;amp; Text(id2) as [skey]&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; id1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,id2&lt;/P&gt;&lt;P&gt;from tracking;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;Load Text(id1) &amp;amp; '.' &amp;amp; Text(id2) as [skey]&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; id1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,id2&lt;/P&gt;&lt;P&gt;from task;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I looked at a table object, all I has was:&lt;/P&gt;&lt;P&gt;[0580003657.0000562378]&amp;nbsp; [&lt;STRONG&gt;Error&lt;/STRONG&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... &lt;SPAN style="text-decoration: underline;"&gt;there should be two rows: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[0580003657.0000562378]&lt;/P&gt;&lt;P&gt;[0580003657.0000563127]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Again, the order makes a difference. &lt;/P&gt;&lt;P&gt;&amp;nbsp; if I load task first, I just get [0580003657.0000563127] , not both&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if I load tracking first, I just get [0580003657.0000562378]&lt;SPAN style="font-size: 13.3333px;"&gt; , not both&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, it as if the Qlikview won't concatenate a new value to a currently existing field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...I'll keep working on this as I can...&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 15:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-odd-issue/m-p/1085955#M361577</guid>
      <dc:creator>jrdunson</dc:creator>
      <dc:date>2016-01-14T15:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Link table - odd issue</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-odd-issue/m-p/1085956#M361578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a noconcatenate statement you can add between the tables.&amp;nbsp; Another option would be to qualify each table so the table name becomes part of the field name, and then just unqualify the key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your example, it is grabbing the id2 from the first table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 15:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-odd-issue/m-p/1085956#M361578</guid>
      <dc:creator />
      <dc:date>2016-01-14T15:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Link table - odd issue</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-odd-issue/m-p/1085957#M361579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll go try this and see... thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 16:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-odd-issue/m-p/1085957#M361579</guid>
      <dc:creator>jrdunson</dc:creator>
      <dc:date>2016-01-14T16:02:12Z</dc:date>
    </item>
  </channel>
</rss>

