<?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: RE:Multi load with names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101268#M629371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One further advantage of using a loop rather than a wildcard to load multiple files, is that you can add a trace statement in the loop to include the source file in the log, so if an error occurs, the file being loaded can be identified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a wildcard, the log file does not show which file is being loaded it just shows "file*.xls"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2016 13:52:16 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2016-08-12T13:52:16Z</dc:date>
    <item>
      <title>RE:Multi load with names</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101260#M629363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a folder with 5 excels&amp;nbsp;&amp;nbsp; files . i want to load&amp;nbsp; all into single table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my requirment is&amp;nbsp; to load&amp;nbsp;&amp;nbsp; excel filename as a column name in&amp;nbsp; result table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example.:&amp;nbsp; below data i&amp;nbsp; i have in 5 excel files&amp;nbsp;&amp;nbsp; .Filename is&amp;nbsp; [ 20160101 .xlsx&amp;nbsp;&amp;nbsp; ,20160102.xlsx ..... ]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 10:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101260#M629363</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-12T10:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Multi load with names</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101261#M629364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this link out:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3274"&gt;Loops in the Script&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 10:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101261#M629364</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-12T10:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Multi load with names</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101262#M629365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#(FileBaseName()&lt;SPAN style="font-size: 13.3333px;"&gt;,'YYYYDDMM')&lt;SPAN style="font-size: 13.3333px;"&gt;,'YYYYDDMM') as Date &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *.xlsx (ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 10:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101262#M629365</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-12T10:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Multi load with names</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101263#M629366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load your data like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;FileBaseName() AS Date&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;From &amp;lt;Excel Source&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;FileBaseName() AS Date&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;From &amp;lt;Excel Source Second File&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 10:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101263#M629366</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-08-12T10:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Multi load with names</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101264#M629367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&amp;nbsp; . but in future&amp;nbsp; some more files will be adding to the folder&amp;nbsp; so is this will work?&amp;nbsp; or any other way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 10:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101264#M629367</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-08-12T10:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Multi load with names</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101265#M629368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your excel file name column name are same and from single excel sheet&amp;nbsp; ie. Sheet1 then try this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt; LOAD&lt;/STRONG&gt; *&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FileBaseName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;C&gt;&lt;BR /&gt; (&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Sheet1); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 10:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101265#M629368</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-08-12T10:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Multi load with names</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101266#M629369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Slightly unrelated, but I am seen HIC saying that it is better to use loops instead of wildcard to load multiple files because if you are using preceding load, wildcard won't work the way you would expect it to&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1014803"&gt;Re: How to load from multiple text files&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 11:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101266#M629369</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-12T11:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Multi load with names</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101267#M629370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your excel file as&amp;nbsp; seen check this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Account&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;OB&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Cr&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DB&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FileBaseName&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(),'YYYYDDMM'),'YYYYDDMM') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; [*.xlsx]&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Sheet1); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date field as Gysbert suggest you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 11:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101267#M629370</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-08-12T11:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Multi load with names</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101268#M629371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One further advantage of using a loop rather than a wildcard to load multiple files, is that you can add a trace statement in the loop to include the source file in the log, so if an error occurs, the file being loaded can be identified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a wildcard, the log file does not show which file is being loaded it just shows "file*.xls"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 13:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Multi-load-with-names/m-p/1101268#M629371</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-08-12T13:52:16Z</dc:date>
    </item>
  </channel>
</rss>

