<?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 looping though files and table names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/looping-though-files-and-table-names/m-p/211752#M65941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in 1 excel file i read 3 sheets. All sheets contains fact data, so i concatenate them to 1 table.&lt;/P&gt;&lt;P&gt;this works fine.&lt;/P&gt;&lt;P&gt;but now i want to read more excel files using *.xls or for each file solutions.&lt;/P&gt;&lt;P&gt;all files well be read, but each file gets its own fact table (FACT, FACT-1, FACT-2) ... Qlikview renames those table names. i want 1 fact table redardless how many files is loop though&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Feb 2011 21:01:41 GMT</pubDate>
    <dc:creator>amien</dc:creator>
    <dc:date>2011-02-10T21:01:41Z</dc:date>
    <item>
      <title>looping though files and table names</title>
      <link>https://community.qlik.com/t5/QlikView/looping-though-files-and-table-names/m-p/211750#M65939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to loop though all the files, but keep the tables names.&lt;/P&gt;&lt;P&gt;now, table names are renamed to table-1, table-2 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now can i do this? i also tested with for each File in filelist.&lt;/P&gt;&lt;P&gt;same result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 20:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/looping-though-files-and-table-names/m-p/211750#M65939</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2011-02-10T20:45:09Z</dc:date>
    </item>
    <item>
      <title>looping though files and table names</title>
      <link>https://community.qlik.com/t5/QlikView/looping-though-files-and-table-names/m-p/211751#M65940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can you explain in detail what you are trying to achieve or what is the problem you are facing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 20:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/looping-though-files-and-table-names/m-p/211751#M65940</guid>
      <dc:creator />
      <dc:date>2011-02-10T20:52:49Z</dc:date>
    </item>
    <item>
      <title>looping though files and table names</title>
      <link>https://community.qlik.com/t5/QlikView/looping-though-files-and-table-names/m-p/211752#M65941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in 1 excel file i read 3 sheets. All sheets contains fact data, so i concatenate them to 1 table.&lt;/P&gt;&lt;P&gt;this works fine.&lt;/P&gt;&lt;P&gt;but now i want to read more excel files using *.xls or for each file solutions.&lt;/P&gt;&lt;P&gt;all files well be read, but each file gets its own fact table (FACT, FACT-1, FACT-2) ... Qlikview renames those table names. i want 1 fact table redardless how many files is loop though&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 21:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/looping-though-files-and-table-names/m-p/211752#M65941</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2011-02-10T21:01:41Z</dc:date>
    </item>
    <item>
      <title>looping though files and table names</title>
      <link>https://community.qlik.com/t5/QlikView/looping-though-files-and-table-names/m-p/211753#M65942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understood correctly what you are trying to do, after you concatenate write the Resident statement and then use the Drop Table function. THis way all your data will be in one flat table with one name.&lt;/P&gt;&lt;P&gt;Else you may attach a sample QVW and then it will be helpful&lt;/P&gt;&lt;P&gt;Mama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 21:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/looping-though-files-and-table-names/m-p/211753#M65942</guid>
      <dc:creator />
      <dc:date>2011-02-10T21:07:34Z</dc:date>
    </item>
    <item>
      <title>looping though files and table names</title>
      <link>https://community.qlik.com/t5/QlikView/looping-though-files-and-table-names/m-p/211754#M65943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can do some workarount like creating an empty fact table with same structure through inline load before starting the loop and inside the loop before the load statement use concatenate keyword.&lt;/P&gt;&lt;P&gt;May be this will help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Kuldeep Tak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 08:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/looping-though-files-and-table-names/m-p/211754#M65943</guid>
      <dc:creator />
      <dc:date>2011-02-11T08:04:05Z</dc:date>
    </item>
  </channel>
</rss>

