<?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 folder in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383991#M611576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you notice, I've created resident copy load from all filenames which you need to set up same thing? Highlighted 3 lines where you need to write code &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179965_Capture.PNG" style="height: 233px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Oct 2017 16:07:18 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-10-17T16:07:18Z</dc:date>
    <item>
      <title>Load files from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383982#M611560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to only load files which have 9 am Timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried below code - but this did not help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\TEST\*9 AM*.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 270px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="25" width="270"&gt;Demand Master 2017-09-05&amp;nbsp; 8 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="25"&gt;&lt;SPAN style="color: #993366;"&gt;&lt;STRONG&gt;Demand Master 2017-09-05&amp;nbsp; 9 AM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25"&gt;Demand Master 2017-09-05&amp;nbsp; 10 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25"&gt;Demand Master 2017-09-05&amp;nbsp; 11 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25"&gt;Demand Master 2017-09-06&amp;nbsp; 8 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="25"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;Demand Master 2017-09-06&amp;nbsp; 9 AM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25"&gt;Demand Master 2017-09-06&amp;nbsp; 10 AM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25"&gt;&lt;P&gt;Demand Master 2017-09-06&amp;nbsp; 11 AM&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is highly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383982#M611560</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-10-17T15:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Load files from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383983#M611561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try the FileBaseName() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Wildmatch(filebasename (lib://Insert your coneection path here),'*9 AM*')&lt;/P&gt;&lt;H1 data-mc-conditions="Targets.NotToTranslate" style="font-size: 1.714em; margin: 0 0 10px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383983#M611561</guid>
      <dc:creator>vkish16161</dc:creator>
      <dc:date>2017-10-17T15:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load files from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383984#M611562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this Qlik Sense or View?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383984#M611562</guid>
      <dc:creator>vkish16161</dc:creator>
      <dc:date>2017-10-17T15:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Load files from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383985#M611563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD FileName() as FileName, SubField(FileName(), ' ', -2) as Field;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Resident Sample Where Match(Field,9);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Sample;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383985#M611563</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-17T15:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load files from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383986#M611565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got all the file names i wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i use that field now to load data from it.&lt;/P&gt;&lt;P&gt;Please advise!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383986#M611565</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-10-17T15:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load files from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383987#M611567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's there in my code which fieldname called "Field"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383987#M611567</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-17T15:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Load files from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383988#M611571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use that "Field" in the from statement.&lt;/P&gt;&lt;P&gt;But not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383988#M611571</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-10-17T15:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load files from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383989#M611573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you have tried, please post script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383989#M611573</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-17T15:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load files from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383990#M611574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the confusion.&lt;/P&gt;&lt;P&gt;"FileName" field has all the filenames i wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, i wanted to load * from those files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383990#M611574</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-10-17T16:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Load files from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383991#M611576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you notice, I've created resident copy load from all filenames which you need to set up same thing? Highlighted 3 lines where you need to write code &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179965_Capture.PNG" style="height: 233px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383991#M611576</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-17T16:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Load files from folder</title>
      <link>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383992#M611578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it! My mistake.&lt;/P&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-files-from-folder/m-p/1383992#M611578</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-10-17T16:18:07Z</dc:date>
    </item>
  </channel>
</rss>

