<?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: Load files from specific folders only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-files-from-specific-folders-only/m-p/803571#M283698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Renjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before the loop set two variables and while reading file path use this variable and set the folder &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2015 07:53:48 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-02-02T07:53:48Z</dc:date>
    <item>
      <title>Load files from specific folders only</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-from-specific-folders-only/m-p/803570#M283697</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 question,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently i am loading files abc.xls from a root folder using loop.&lt;/P&gt;&lt;P&gt;Prev folder location ...\Year\2014\abc.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want abc.xls from .\Year\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to read files only from "2014" and "2015" folder not from any other folders,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 06:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-from-specific-folders-only/m-p/803570#M283697</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2015-02-02T06:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load files from specific folders only</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-from-specific-folders-only/m-p/803571#M283698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Renjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before the loop set two variables and while reading file path use this variable and set the folder &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 07:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-from-specific-folders-only/m-p/803571#M283698</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-02T07:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Load files from specific folders only</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-from-specific-folders-only/m-p/803572#M283699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need 2 nested loops, the external one for years, the inner one for files, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For vYear = 2014 to 2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;l&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;et&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;path_Pallet&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '..\..\qlik\Sales\$(vYear)\Model_*.xlsx';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;for&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;each&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;File&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;filelist&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;path_Pallet&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2015 08:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-from-specific-folders-only/m-p/803572#M283699</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-02-02T08:22:19Z</dc:date>
    </item>
  </channel>
</rss>

