<?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 append data to a resident table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/append-data-to-a-resident-table/m-p/299215#M1194895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i append data to a resident table. I have to Excel files that are in the same format, and I'd like to load them into one qlikview table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to append these two excel files via qlikview. I DON"T want to manually cut &amp;amp; paste the data together.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-20T18:02:30Z</dc:date>
    <item>
      <title>append data to a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/append-data-to-a-resident-table/m-p/299215#M1194895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i append data to a resident table. I have to Excel files that are in the same format, and I'd like to load them into one qlikview table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to append these two excel files via qlikview. I DON"T want to manually cut &amp;amp; paste the data together.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/append-data-to-a-resident-table/m-p/299215#M1194895</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: append data to a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/append-data-to-a-resident-table/m-p/299216#M1194896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't do much loading from Excel, but you can concatenate files like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[MyTable]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD my fields from the first Excel file;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;CONCATENATE ([MyTable])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD my fields from the second Excel file;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it may be even simpler than that if they're in the EXACT same format and you can recognize the file names with, say, a wildcard.&amp;nbsp; I think you can just use * in the file name, and it'll load them all, treating them like one big file.&amp;nbsp; I could be wrong, though.&amp;nbsp; We DO use that technique with QVDs, and I assume it would work the same with Excel.&amp;nbsp; For instance, from a live application, where * is a wildcard:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD * FROM QVD\CoilHistoryIncremental_*.qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 19:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/append-data-to-a-resident-table/m-p/299216#M1194896</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-05-13T19:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: append data to a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/append-data-to-a-resident-table/m-p/299217#M1194897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;I didn't explain the problem correctly. Your solution wasn’t able to resolve my problem, but thanks for your help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;I needed to concatenate two tables, but i also wanted to qualify the tables. The only way around it was to create a temp table unqualified which concatenated the two spreadsheets. I then created a permanent table that i qualified. I then loaded the permanent table from the temp table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG style="color: #333333; font-family: 'Arial','sans-serif';"&gt;QUALIFY *;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG style="color: #333333; font-family: 'Arial','sans-serif';"&gt;Perm_table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG style="color: #333333; font-family: 'Arial','sans-serif';"&gt;LOAD * Resident tmp_table;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG style="color: #333333; font-family: 'Arial','sans-serif';"&gt;UNQUALIFY;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG style="color: #333333; font-family: 'Arial','sans-serif';"&gt;DROP Table tmp_table;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 19:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/append-data-to-a-resident-table/m-p/299217#M1194897</guid>
      <dc:creator />
      <dc:date>2011-05-13T19:50:22Z</dc:date>
    </item>
  </channel>
</rss>

