<?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 How to set a table to another ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-set-a-table-to-another/m-p/210809#M1206522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;BigTable:&lt;BR /&gt;LOAD * from Table1;&lt;BR /&gt;LOAD * from Table2;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;If you have same fields in both tables, they will be automatically joined into one BigTable, as above. If you have any different field you would need to use CONCATENATE LOAD instead.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2010 20:58:53 GMT</pubDate>
    <dc:creator>disqr_rm</dc:creator>
    <dc:date>2010-02-09T20:58:53Z</dc:date>
    <item>
      <title>How to set a table to another ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-table-to-another/m-p/210808#M1206521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have 2 tables with exactly the same fields (Id &amp;amp; some other) and without deduplicate on Id field.&lt;/P&gt;&lt;P&gt;I just want to create a single table stacking both of them. I don't know how to do this.&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jean-Jacques&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 20:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-table-to-another/m-p/210808#M1206521</guid>
      <dc:creator />
      <dc:date>2010-02-09T20:56:12Z</dc:date>
    </item>
    <item>
      <title>How to set a table to another ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-table-to-another/m-p/210809#M1206522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;BigTable:&lt;BR /&gt;LOAD * from Table1;&lt;BR /&gt;LOAD * from Table2;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;If you have same fields in both tables, they will be automatically joined into one BigTable, as above. If you have any different field you would need to use CONCATENATE LOAD instead.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 20:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-table-to-another/m-p/210809#M1206522</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2010-02-09T20:58:53Z</dc:date>
    </item>
    <item>
      <title>How to set a table to another ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-table-to-another/m-p/210810#M1206523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rakesh&lt;/P&gt;&lt;P&gt;it works using CONCATENATE LOAD with exactly the same fields:&lt;/P&gt;&lt;PRE style="margin:0px;"&gt;BigTable:&lt;BR /&gt;LOAD * from Table1;&lt;BR /&gt;CONCATENATE LOAD * from Table2;&lt;BR /&gt;&lt;BR /&gt;JJ&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 21:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-table-to-another/m-p/210810#M1206523</guid>
      <dc:creator />
      <dc:date>2010-02-09T21:06:24Z</dc:date>
    </item>
    <item>
      <title>How to set a table to another ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-table-to-another/m-p/210811#M1206524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The concatenate is optional if you have exactly the same fields. I would always use concatenate, because I like being very explicit about what I'm doing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 00:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-table-to-another/m-p/210811#M1206524</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-02-10T00:11:35Z</dc:date>
    </item>
    <item>
      <title>How to set a table to another ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-table-to-another/m-p/210812#M1206525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John, when i just do as Rakesh said, it doesn't work. I still have 2 table with link table $synth1 (all my fields). Maybe I did something wrong ?&lt;/P&gt;&lt;P&gt;Jean-Jacques&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 10:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-table-to-another/m-p/210812#M1206525</guid>
      <dc:creator />
      <dc:date>2010-02-10T10:55:46Z</dc:date>
    </item>
    <item>
      <title>How to set a table to another ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-table-to-another/m-p/210813#M1206526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's... very strange. In any case, while I can't explain it, the solution is to use concatenate, so I'd say you're good to go. &lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 18:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-table-to-another/m-p/210813#M1206526</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-02-10T18:47:39Z</dc:date>
    </item>
  </channel>
</rss>

