<?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: Create Triple Key to avoid SYNC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Triple-Key-to-avoid-SYNC/m-p/447983#M167189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, the thing ive forgot to say is that is that FIELD C is already an autonumber&lt;/P&gt;&lt;P&gt;And if i put LOAD C on the script, it says that its not known.. because the "real" fields are those that includes that key (suppose FIELD E and FIELD F)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have to put&lt;/P&gt;&lt;P&gt;Autonumber(FIELD E,FIELD F,FIELD D) on TABLE 1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this: Table1 its created after doing some operations like joins. So, i dont have that structure of "LOAD A,B,C"..&lt;/P&gt;&lt;P&gt;I have to "PUT" or "APPLYMAP" that KEY of Table C into Table A&lt;/P&gt;&lt;P&gt;Do u understand?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jun 2013 15:03:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-06T15:03:15Z</dc:date>
    <item>
      <title>Create Triple Key to avoid SYNC</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Triple-Key-to-avoid-SYNC/m-p/447981#M167187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, i have this problem-&lt;/P&gt;&lt;P&gt;I don't know how to create a triple key&amp;nbsp; between 2 tables, that are already created AND connected by 2 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initial situation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE A: &lt;/P&gt;&lt;P&gt;Field A&lt;/P&gt;&lt;P&gt;Field B&lt;/P&gt;&lt;P&gt;Field C&lt;/P&gt;&lt;P&gt;Field D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE B:&lt;/P&gt;&lt;P&gt;Field A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE C:&lt;/P&gt;&lt;P&gt;Field C&lt;/P&gt;&lt;P&gt;Field D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a Key between Table A and Table C with those fields, C-D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final situation:&lt;/P&gt;&lt;P&gt;TABLE A:&lt;/P&gt;&lt;P&gt;Field A&lt;/P&gt;&lt;P&gt;Field B&lt;/P&gt;&lt;P&gt;Field C&lt;/P&gt;&lt;P&gt;Field D&lt;/P&gt;&lt;P&gt;KEY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE B: &lt;/P&gt;&lt;P&gt;Field A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE C:&lt;/P&gt;&lt;P&gt;KEY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do that? I create an autonumber on table C when its created with those 2 fields, but can't do that in Table A when its created because its a Table that has been created "after" (joining fields, concatenating, etc).&lt;/P&gt;&lt;P&gt;Its a way to avoid the SYNC Key, that appears with the 4 fields of Table 1-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 14:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Triple-Key-to-avoid-SYNC/m-p/447981#M167187</guid>
      <dc:creator />
      <dc:date>2013-06-06T14:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create Triple Key to avoid SYNC</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Triple-Key-to-avoid-SYNC/m-p/447982#M167188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Hello, I wait you serve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;TABLE A:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Autonumber(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Field C&lt;/SPAN&gt;&amp;amp;'_'&amp;amp;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Field &lt;/SPAN&gt;D,'Key1') as Key1&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Field A&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Field B&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Field C&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Field D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;TABLE B:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Field A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;TABLE C:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Autonumber(&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Field C&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&amp;amp;'_'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Field &lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;D,'Key1') as Key1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Field C as TableC.FieldC&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Field D as FieldD.FieldD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 14:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Triple-Key-to-avoid-SYNC/m-p/447982#M167188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-06T14:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create Triple Key to avoid SYNC</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Triple-Key-to-avoid-SYNC/m-p/447983#M167189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, the thing ive forgot to say is that is that FIELD C is already an autonumber&lt;/P&gt;&lt;P&gt;And if i put LOAD C on the script, it says that its not known.. because the "real" fields are those that includes that key (suppose FIELD E and FIELD F)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have to put&lt;/P&gt;&lt;P&gt;Autonumber(FIELD E,FIELD F,FIELD D) on TABLE 1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this: Table1 its created after doing some operations like joins. So, i dont have that structure of "LOAD A,B,C"..&lt;/P&gt;&lt;P&gt;I have to "PUT" or "APPLYMAP" that KEY of Table C into Table A&lt;/P&gt;&lt;P&gt;Do u understand?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 15:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Triple-Key-to-avoid-SYNC/m-p/447983#M167189</guid>
      <dc:creator />
      <dc:date>2013-06-06T15:03:15Z</dc:date>
    </item>
  </channel>
</rss>

