<?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: loop to load multiple excel sheets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552181#M744023</link>
    <description>&lt;P&gt;Thank you!!!&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2019 08:06:50 GMT</pubDate>
    <dc:creator>josielaidlaw</dc:creator>
    <dc:date>2019-03-05T08:06:50Z</dc:date>
    <item>
      <title>loop to load multiple excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552117#M744017</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a folder on my computer, "Liefermenge," and in it, a folder "Quote." In the quote folder is a number of&amp;nbsp; different files, but I would like to create a loop to load only the ones that start with 0021... (ex. 0021_201901.xlsx, 0012_201902.xlsx, and so on).&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I go about doing this? I have read the questions similar to this, but I don't understand how to make a loop that selectively loads files from a folder.&lt;/P&gt;&lt;P&gt;I can't share any files, as I am working with Qlikview desktop.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552117#M744017</guid>
      <dc:creator>josielaidlaw</dc:creator>
      <dc:date>2024-11-16T21:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: loop to load multiple excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552139#M744018</link>
      <description>The absolute easiest way to accomplish this is to fetch QlikView component library and use the qvc.listfiles SUB.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/RobWunderlich/Qlikview-Components" target="_blank"&gt;https://github.com/RobWunderlich/Qlikview-Components&lt;/A&gt;</description>
      <pubDate>Tue, 05 Mar 2019 06:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552139#M744018</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-05T06:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: loop to load multiple excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552176#M744019</link>
      <description>&lt;P&gt;Are the field names the same in each? if so, can't you just use a wildcard?&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From 0021*.xlsx&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 07:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552176#M744019</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2019-03-05T07:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: loop to load multiple excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552178#M744020</link>
      <description>&lt;P&gt;Yes, all the field names are the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where would I put this statement?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 07:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552178#M744020</guid>
      <dc:creator>josielaidlaw</dc:creator>
      <dc:date>2019-03-05T07:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: loop to load multiple excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552179#M744021</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Data:&lt;BR /&gt;LOAD
Field1, 
Field2,
Measure1,
Measure2
FROM
[..\Quote\&lt;SPAN&gt;0012*.&lt;/SPAN&gt;xlsx]
(ooxml, embedded labels, table is Sheet1);&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Mar 2019 08:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552179#M744021</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-05T08:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: loop to load multiple excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552180#M744022</link>
      <description>In the from clause at the end. So...&lt;BR /&gt;&lt;BR /&gt;table1:&lt;BR /&gt;Load&lt;BR /&gt;Field 1,&lt;BR /&gt;Field2&lt;BR /&gt;Etc&lt;BR /&gt;&amp;gt;From path\0021*.xlsx;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Mar 2019 08:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552180#M744022</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2019-03-05T08:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: loop to load multiple excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552181#M744023</link>
      <description>&lt;P&gt;Thank you!!!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 08:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop-to-load-multiple-excel-sheets/m-p/1552181#M744023</guid>
      <dc:creator>josielaidlaw</dc:creator>
      <dc:date>2019-03-05T08:06:50Z</dc:date>
    </item>
  </channel>
</rss>

