<?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: Loading files from different folders in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-files-from-different-folders/m-p/1813369#M1212774</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127683"&gt;@Saro_2306&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can anybody simply explain how to load files (files named like File week 1, file week 2) from different folders (folders named like Week 1, week 2).&lt;/P&gt;&lt;P&gt;I looked various thread but I coundn't understand how it work. i am new to Qlikview please explain in simple way.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Nothing wrong with:&lt;/P&gt;&lt;P&gt;from application.app.folder.file import func_name&lt;BR /&gt;Just make sure folder also contains an __init__.py, this allows it to be included as a package. Not sure why the other answers talk about PYTHONPATH.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jun 2021 11:44:51 GMT</pubDate>
    <dc:creator>Cryer551</dc:creator>
    <dc:date>2021-06-07T11:44:51Z</dc:date>
    <item>
      <title>Loading files from different folders</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-different-folders/m-p/1811734#M1212687</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can anybody simply explain how to load files (files named like File week 1, file week 2) from different folders (folders named like Week 1, week 2).&lt;/P&gt;&lt;P&gt;I looked various thread but I coundn't understand how it work. i am new to Qlikview please explain in simple way.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 09:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-different-folders/m-p/1811734#M1212687</guid>
      <dc:creator>Saro_2306</dc:creator>
      <dc:date>2021-05-31T09:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Loading files from different folders</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-different-folders/m-p/1811766#M1212690</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use load from inline with Insert Load Statement in the Script editor&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="P3.png" style="width: 527px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55979i13A8D3601530807B/image-size/large?v=v2&amp;amp;px=999" role="button" title="P3.png" alt="P3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 May 2021 11:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-different-folders/m-p/1811766#M1212690</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2021-05-31T11:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Loading files from different folders</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-different-folders/m-p/1811939#M1212703</link>
      <description>&lt;P&gt;Are there a lot of files in the folders that you are opening. I found that if you disable thumbnails and only display icons in windows file browser settings it speeds things up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 05:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-different-folders/m-p/1811939#M1212703</guid>
      <dc:creator>Wainokris01</dc:creator>
      <dc:date>2021-06-01T05:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Loading files from different folders</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-different-folders/m-p/1813200#M1212769</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try below -&lt;/P&gt;&lt;P&gt;sub scanfolder(root)&lt;/P&gt;&lt;P&gt;FOR each vFileextension in 'txt'//the extension name of the file like .txt, .qvd etc.&lt;BR /&gt;for each vFname in FileList(root &amp;amp;'\*.'&amp;amp; vFileextension)&lt;/P&gt;&lt;P&gt;Load * from [$(Fname)](txt, codepage is 1252, no labels, delimiter is ',', msq);&lt;BR /&gt;next vFname&lt;BR /&gt;next vFileextension&lt;/P&gt;&lt;P&gt;for each SubDirectory in dirlist(Root&amp;amp;'\*')&lt;BR /&gt;call ScanFolder(SubDirectory)&lt;BR /&gt;next SubDirectory&lt;BR /&gt;&lt;BR /&gt;end sub&lt;BR /&gt;Call ScanFolder('C:\Users\Downloads'); \\the path from where the search needs to be performed&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jun 2021 07:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-different-folders/m-p/1813200#M1212769</guid>
      <dc:creator>Vikash</dc:creator>
      <dc:date>2021-06-06T07:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Loading files from different folders</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-files-from-different-folders/m-p/1813369#M1212774</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/127683"&gt;@Saro_2306&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can anybody simply explain how to load files (files named like File week 1, file week 2) from different folders (folders named like Week 1, week 2).&lt;/P&gt;&lt;P&gt;I looked various thread but I coundn't understand how it work. i am new to Qlikview please explain in simple way.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Nothing wrong with:&lt;/P&gt;&lt;P&gt;from application.app.folder.file import func_name&lt;BR /&gt;Just make sure folder also contains an __init__.py, this allows it to be included as a package. Not sure why the other answers talk about PYTHONPATH.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 11:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-files-from-different-folders/m-p/1813369#M1212774</guid>
      <dc:creator>Cryer551</dc:creator>
      <dc:date>2021-06-07T11:44:51Z</dc:date>
    </item>
  </channel>
</rss>

