<?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: Table integration in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Table-integration/m-p/1273077#M26224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the CONCATENATE keyword to force concatenation of records from a source table to a table created earlier in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Integrated table]:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; A, B FROM ...somewhere...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONCATENATE (&lt;SPAN style="font-size: 13.3333px;"&gt;[Integrated table]&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD A,C FROM ...somewhere else...;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Mar 2017 14:15:51 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2017-03-11T14:15:51Z</dc:date>
    <item>
      <title>Table integration</title>
      <link>https://community.qlik.com/t5/App-Development/Table-integration/m-p/1273076#M26223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I want to integrate 2 tables below, and get the integrated table.&lt;/P&gt;&lt;P&gt;I would appreciated if you could tell me a sample of load script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[table1]&lt;/P&gt;&lt;P&gt;A, B&lt;/P&gt;&lt;P&gt;1, 2&lt;/P&gt;&lt;P&gt;2, 2&lt;/P&gt;&lt;P&gt;[table2]&lt;/P&gt;&lt;P&gt;A, C&lt;/P&gt;&lt;P&gt;3, 3&lt;/P&gt;&lt;P&gt;3, 4&lt;/P&gt;&lt;P&gt;[Integrated table]&lt;/P&gt;&lt;P&gt;A, B, C&lt;/P&gt;&lt;P&gt;1, 2, -&lt;/P&gt;&lt;P&gt;2, 2, -&lt;/P&gt;&lt;P&gt;3, -, 3&lt;/P&gt;&lt;P&gt;3, -, 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Mar 2017 10:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-integration/m-p/1273076#M26223</guid>
      <dc:creator />
      <dc:date>2017-03-11T10:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table integration</title>
      <link>https://community.qlik.com/t5/App-Development/Table-integration/m-p/1273077#M26224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the CONCATENATE keyword to force concatenation of records from a source table to a table created earlier in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Integrated table]:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; A, B FROM ...somewhere...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONCATENATE (&lt;SPAN style="font-size: 13.3333px;"&gt;[Integrated table]&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD A,C FROM ...somewhere else...;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Mar 2017 14:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-integration/m-p/1273077#M26224</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2017-03-11T14:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table integration</title>
      <link>https://community.qlik.com/t5/App-Development/Table-integration/m-p/1273078#M26225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your quick response!!&lt;/P&gt;&lt;P&gt;As your script, I tried, but I have got an error"Table AA not found".&lt;/P&gt;&lt;P&gt;Could you give me more advice??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following is my script.&lt;/P&gt;&lt;P&gt;---------------&lt;/P&gt;&lt;P&gt;AA:&lt;BR /&gt;Load *&lt;BR /&gt;Resident A;&lt;/P&gt;&lt;P&gt;CONCATENATE([AA])&lt;/P&gt;&lt;P&gt;Load *&lt;BR /&gt;Resident B;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Mar 2017 14:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-integration/m-p/1273078#M26225</guid>
      <dc:creator />
      <dc:date>2017-03-11T14:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table integration</title>
      <link>https://community.qlik.com/t5/App-Development/Table-integration/m-p/1273079#M26226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, seems that you are previously loading table 'A', with the same fields as 'AA' (because the use of '*'), so it's autoconcatenating in table 'A', to avoid this you can use 'NoConcatenate':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AA:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;BR /&gt;Load *&lt;BR /&gt;Resident A;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CONCATENATE([AA])&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *&lt;BR /&gt;Resident B;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you keep all tables it will create a lot of syntethic keys (tables joined by more than one field), maybe you want something like:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate (A)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * Resident B;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP Table B;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or try renaming fields in 'AA' table to avoid unwanted keys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Mar 2017 16:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-integration/m-p/1273079#M26226</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-03-11T16:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table integration</title>
      <link>https://community.qlik.com/t5/App-Development/Table-integration/m-p/1273080#M26227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;I resolved the problem. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Mar 2017 01:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-integration/m-p/1273080#M26227</guid>
      <dc:creator />
      <dc:date>2017-03-12T01:24:40Z</dc:date>
    </item>
  </channel>
</rss>

