<?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: Multiple file load from server location in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-from-server-location/m-p/457475#M170779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally in Qlikview you can load multiple files using '*'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In you case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * FROM&amp;nbsp; path/DetaliiTichete*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yaseen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2013 09:54:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-21T09:54:48Z</dc:date>
    <item>
      <title>Multiple file load from server location</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-from-server-location/m-p/457474#M170778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to load some data into QV from Visual Fox. Using the file name, I need to create 2 columns in that table, one with month and one with year. Since records go back for about 8-9 years, is is possible to load every file from that folder that starts with "DetaliiTichete....."? The plot thickens since I have to do this for all of 47 servers, but I'm sure that if I manage to make it work for 1 of them, I'll get all of the data and concatenate it after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 09:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-from-server-location/m-p/457474#M170778</guid>
      <dc:creator />
      <dc:date>2013-02-21T09:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file load from server location</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-from-server-location/m-p/457475#M170779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally in Qlikview you can load multiple files using '*'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In you case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * FROM&amp;nbsp; path/DetaliiTichete*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yaseen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 09:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-from-server-location/m-p/457475#M170779</guid>
      <dc:creator />
      <dc:date>2013-02-21T09:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file load from server location</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-from-server-location/m-p/457476#M170780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response Yaseen. I think it works like that, but how do I manage to do this using an OLE DB connection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the connect statement, how would the code look like if the path is '\\192.168.200.30\datab$\NOMEN' ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 10:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-from-server-location/m-p/457476#M170780</guid>
      <dc:creator />
      <dc:date>2013-02-21T10:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file load from server location</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-file-load-from-server-location/m-p/457477#M170781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Managed to do it. Here is what i used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each vFile in FileList('t:\CONTABILITATE\Detaliutichete*.dbf')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vFile):&lt;/P&gt;&lt;P&gt;&amp;nbsp; SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM $(vFile); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next vFile;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 08:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-file-load-from-server-location/m-p/457477#M170781</guid>
      <dc:creator />
      <dc:date>2013-03-01T08:18:05Z</dc:date>
    </item>
  </channel>
</rss>

