<?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: Create Filename list table from folders and subfolders in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Filename-list-table-from-folders-and-subfolders/m-p/837026#M997869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find the attached qlikview document.&lt;/P&gt;&lt;P&gt;In that key in your path in the directory and reload. It will list the files once reload is completed. select the file you want and&amp;nbsp; press open doc button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 03:52:40 GMT</pubDate>
    <dc:creator>Siva_Sankar</dc:creator>
    <dc:date>2015-06-17T03:52:40Z</dc:date>
    <item>
      <title>Create Filename list table from folders and subfolders</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filename-list-table-from-folders-and-subfolders/m-p/837024#M997867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to ask how to create filename list table that was save in folder and subfolders then if you click one of the filename it will open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your support.&lt;/P&gt;&lt;P&gt;jeff&lt;/P&gt;&lt;P&gt;(Qlikview Newbie)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 02:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filename-list-table-from-folders-and-subfolders/m-p/837024#M997867</guid>
      <dc:creator />
      <dc:date>2015-06-17T02:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filename list table from folders and subfolders</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filename-list-table-from-folders-and-subfolders/m-p/837025#M997868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the below code to get the list of files from the folder&lt;/P&gt;&lt;P&gt;set vRoot = 'C:\myfolder';//your folder path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR Each Ext in 'txt'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR Each File in filelist ('$(vRoot)'&amp;amp;'\*.'&amp;amp;Ext)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load '$(File)' as Name, FileSize( '$(File)' ) as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Size, FileTime( '$(File)' ) as FileTime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;autogenerate 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next File&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next Ext&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 03:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filename-list-table-from-folders-and-subfolders/m-p/837025#M997868</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2015-06-17T03:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filename list table from folders and subfolders</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filename-list-table-from-folders-and-subfolders/m-p/837026#M997869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find the attached qlikview document.&lt;/P&gt;&lt;P&gt;In that key in your path in the directory and reload. It will list the files once reload is completed. select the file you want and&amp;nbsp; press open doc button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 03:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filename-list-table-from-folders-and-subfolders/m-p/837026#M997869</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2015-06-17T03:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filename list table from folders and subfolders</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filename-list-table-from-folders-and-subfolders/m-p/837027#M997870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankarece,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your prompt reply.&lt;/P&gt;&lt;P&gt;Is it possible if I select a filename in the list, it will open the selected file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope for your kind consideration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 03:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filename-list-table-from-folders-and-subfolders/m-p/837027#M997870</guid>
      <dc:creator />
      <dc:date>2015-06-17T03:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filename list table from folders and subfolders</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filename-list-table-from-folders-and-subfolders/m-p/837028#M997871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try these shankarece..&lt;/P&gt;&lt;P&gt;thanks you very much!!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 04:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filename-list-table-from-folders-and-subfolders/m-p/837028#M997871</guid>
      <dc:creator />
      <dc:date>2015-06-17T04:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filename list table from folders and subfolders</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filename-list-table-from-folders-and-subfolders/m-p/837029#M997872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankarece!&lt;/P&gt;&lt;P&gt;Thank you very much. It's working with button!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 06:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filename-list-table-from-folders-and-subfolders/m-p/837029#M997872</guid>
      <dc:creator />
      <dc:date>2015-06-17T06:26:31Z</dc:date>
    </item>
  </channel>
</rss>

