<?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: Read all file names from folder in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Read-all-file-names-from-folder/m-p/1117429#M629400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trythis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vFolder = &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'\\files&lt;/STRONG&gt;\' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;LOAD FileBaseName() AS TestName&lt;/P&gt;&lt;P&gt;FROM $(vFolder)*.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2016 19:53:08 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2016-08-30T19:53:08Z</dc:date>
    <item>
      <title>Read all file names from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Read-all-file-names-from-folder/m-p/1117427#M629398</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'm trying to load &lt;STRONG style="text-decoration: underline;"&gt;only&lt;/STRONG&gt; file names from the folder &lt;STRONG style="text-decoration: underline;"&gt;but not&lt;/STRONG&gt; the data in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i try the below code, it is fetching data too..which is&amp;nbsp; a performance issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help?&lt;/P&gt;&lt;P&gt;Any help is highly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET vFolder = '\\files'; //Storing the folder path in a variable.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Files:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FileName() as Test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; FROM $(vFolder)\*.qvd (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 19:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-all-file-names-from-folder/m-p/1117427#M629398</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-08-30T19:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Read all file names from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Read-all-file-names-from-folder/m-p/1117428#M629399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attachment:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 19:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-all-file-names-from-folder/m-p/1117428#M629399</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2016-08-30T19:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Read all file names from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Read-all-file-names-from-folder/m-p/1117429#M629400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trythis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vFolder = &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'\\files&lt;/STRONG&gt;\' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;LOAD FileBaseName() AS TestName&lt;/P&gt;&lt;P&gt;FROM $(vFolder)*.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 19:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-all-file-names-from-folder/m-p/1117429#M629400</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-30T19:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Read all file names from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Read-all-file-names-from-folder/m-p/1117430#M629401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This loads all data in the files too Vish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 20:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-all-file-names-from-folder/m-p/1117430#M629401</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-08-30T20:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Read all file names from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Read-all-file-names-from-folder/m-p/1117431#M629402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 20:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-all-file-names-from-folder/m-p/1117431#M629402</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-08-30T20:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Read all file names from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Read-all-file-names-from-folder/m-p/1117432#M629403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea how to do this in Qlik Sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 15:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-all-file-names-from-folder/m-p/1117432#M629403</guid>
      <dc:creator>paulsparrow</dc:creator>
      <dc:date>2017-09-06T15:57:13Z</dc:date>
    </item>
  </channel>
</rss>

