<?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: Automatic Table Name when using * in reload script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automatic-Table-Name-when-using-in-reload-script/m-p/755787#M666335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should have created only one table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2014 05:44:40 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-12-02T05:44:40Z</dc:date>
    <item>
      <title>Automatic Table Name when using * in reload script</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Table-Name-when-using-in-reload-script/m-p/755786#M666334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to load some excel file with part of the name are the same with each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I use the wildcard * like follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Field Name]...&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[File Path\FileName*.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first excel file load in OK with the name Table as assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But he rest of the excel load in a table with the name 'Table-1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make all excel files load in to the same table with the name 'Table' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 04:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Table-Name-when-using-in-reload-script/m-p/755786#M666334</guid>
      <dc:creator />
      <dc:date>2014-12-02T04:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Table Name when using * in reload script</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Table-Name-when-using-in-reload-script/m-p/755787#M666335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should have created only one table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 05:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Table-Name-when-using-in-reload-script/m-p/755787#M666335</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-02T05:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Table Name when using * in reload script</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Table-Name-when-using-in-reload-script/m-p/755788#M666336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some reason there is a difference in the first loaded table's fields, and the fields in the subsequent tables. I suggest that you post your script, and if possible two of the excel files (just the first 5-10 lines) for further diagnosis. As the previous post said, they should have been auto-concatenated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 06:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Table-Name-when-using-in-reload-script/m-p/755788#M666336</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-12-02T06:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Table Name when using * in reload script</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-Table-Name-when-using-in-reload-script/m-p/755789#M666337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that the my first file is slightly different from the rest of the files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the fields in the LOAD session are available for all the excel files but the first file is an old version which means the order of the fields is different and some of the new fields are not included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think that could be the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It it is, how can I make them into one table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paco &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 22:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-Table-Name-when-using-in-reload-script/m-p/755789#M666337</guid>
      <dc:creator />
      <dc:date>2014-12-02T22:24:24Z</dc:date>
    </item>
  </channel>
</rss>

