<?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: Looping multiple .xlsx files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Looping-multiple-xlsx-files/m-p/796886#M281535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Next File&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can it be that you have it lowercase?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2015 12:33:09 GMT</pubDate>
    <dc:creator>giakoum</dc:creator>
    <dc:date>2015-01-15T12:33:09Z</dc:date>
    <item>
      <title>Looping multiple .xlsx files</title>
      <link>https://community.qlik.com/t5/QlikView/Looping-multiple-xlsx-files/m-p/796885#M281534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have Excel file with a naming structure "OnBillingReportsNov2014","OnBillingReportsOct2014" continuing for all months &lt;/P&gt;&lt;P&gt; i and tying to use the below script to load the field from all months but i get an error on "next file " what could be wrong with my code?&lt;/P&gt;&lt;P&gt;if there is a better way to achieve this help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set vFolder = 'C:\Users\abb\vvvv\WORK\OnBilling';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each File in filelist(vFolder&amp;amp; '\OnbillingReports*.xlsx')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VCBill:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Reference, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount,FileName() as id&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(File)]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [VC Bill]);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;next file&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 12:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looping-multiple-xlsx-files/m-p/796885#M281534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-15T12:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Looping multiple .xlsx files</title>
      <link>https://community.qlik.com/t5/QlikView/Looping-multiple-xlsx-files/m-p/796886#M281535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Next File&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can it be that you have it lowercase?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 12:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looping-multiple-xlsx-files/m-p/796886#M281535</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-01-15T12:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Looping multiple .xlsx files</title>
      <link>https://community.qlik.com/t5/QlikView/Looping-multiple-xlsx-files/m-p/796887#M281536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not loading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VCBill:&lt;/P&gt;&lt;P&gt;Load Date,&lt;/P&gt;&lt;P&gt;Reference,&lt;/P&gt;&lt;P&gt;Amount,,&lt;/P&gt;&lt;P&gt;Filename() as id&lt;/P&gt;&lt;P&gt;from $(Folder)'OnBillingReports*.xlsx'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 12:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looping-multiple-xlsx-files/m-p/796887#M281536</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-15T12:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Looping multiple .xlsx files</title>
      <link>https://community.qlik.com/t5/QlikView/Looping-multiple-xlsx-files/m-p/796888#M281537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Ioannis. File in your case is an identifier. Try to keep the same letter cases on them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 12:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looping-multiple-xlsx-files/m-p/796888#M281537</guid>
      <dc:creator />
      <dc:date>2015-01-15T12:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Looping multiple .xlsx files</title>
      <link>https://community.qlik.com/t5/QlikView/Looping-multiple-xlsx-files/m-p/796889#M281538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for ur responds i have tried it and it worked but the whole script is way more than i had put i will try and use your idea as i work through then iw ill come back to tou &lt;/P&gt;&lt;P&gt;thank you however &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 12:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Looping-multiple-xlsx-files/m-p/796889#M281538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-15T12:40:32Z</dc:date>
    </item>
  </channel>
</rss>

