<?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 with specific names from folder through for loop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241819#M624976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the Concat and then try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LET NumRows=FieldValueCount('&lt;SPAN style="color: #ff0000;"&gt;%DateKey&lt;/SPAN&gt;');&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SET vFolder = '\\Folder\';&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FOR i=1 to $(NumRows)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LET vFile = FieldValue('&lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;%DateKey&lt;/STRONG&gt;', $(i));&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM [$(vFolder)\$(vFile).qvd] (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NEXT&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jan 2017 20:43:40 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-12T20:43:40Z</dc:date>
    <item>
      <title>load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241795#M624952</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 5 files from the folder of 1000 files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have stored file names in vFilenames.&lt;/P&gt;&lt;P&gt;vFilenames = abg, dhjk, qwe, qwee, gsdf;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i load only these 5 files from the folder, instead of loading all files and then filtering by the filebasename()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR EACH File in FileList('$(vFolder)\$(&lt;SPAN style="font-size: 13.3333px;"&gt;vFilenames&lt;/SPAN&gt;).QVD')&amp;nbsp; //Storing filenames in the variable 'File'&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD *&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM [$(File)] (qvd);&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is not working.&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>Thu, 12 Jan 2017 17:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241795#M624952</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-01-12T17:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241796#M624953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean, not working? Script Error? Can you post the expanded load statement from the document log and the error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 17:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241796#M624953</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-01-12T17:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241797#M624954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the first example here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/ScriptControlStatements/For%20Each.htm" title="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/ScriptControlStatements/For%20Each.htm"&gt;https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/ScriptControlStatements/For%20Each.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0f0f0f; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;/ LOAD the files 1.csv, 3.csv, 7.csv and xyz.csv&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0f0f0f; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;for each a in 1,3,7,'xyz'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0f0f0f; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0f0f0f; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0f0f0f; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from file$(a).csv;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0f0f0f; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;&lt;STRONG&gt;next&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 17:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241797#M624954</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T17:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241798#M624955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Rob, the issue is that vFilenames expand to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FOR EACH File in FileList('$(vFolder)\&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;abg, dhjk, qwe, qwee, gsdf&lt;/SPAN&gt;.QVD')&amp;nbsp; //Storing filenames in the variable 'File'&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; FROM [$(File)] (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NEXT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Which is not what he wants, I believe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 17:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241798#M624955</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T17:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241799#M624956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The filename were not being read / the file names have to be expanded individually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 18:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241799#M624956</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-01-12T18:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241800#M624957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So for you, may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FOR EACH File in '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;abg', 'dhjk', 'qwe', 'qwee', 'gsdf&lt;/SPAN&gt;'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; FROM [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(vFolder)&lt;/SPAN&gt;\$(File).qvd] (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NEXT&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 18:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241800#M624957</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T18:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241801#M624958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we have to hard code the file names?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to store file names in variable.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;As the file names keep changing.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 18:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241801#M624958</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-01-12T18:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241802#M624959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not tested, but may be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;SET &lt;SPAN style="color: #ff0000;"&gt;vFilenames&lt;/SPAN&gt; = 'abg', 'dhjk', 'qwe', 'qwee', 'gsdf';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FOR EACH File in $(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;vFilenames&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; FROM [&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;$(vFolder)&lt;/SPAN&gt;\$(File).qvd] (qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;NEXT&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 18:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241802#M624959</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T18:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241803#M624960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;LET&lt;/SPAN&gt; vFilelist = peek('DateKey');&amp;nbsp; //I'm readin this from another table. This has the dynamic list of file names&lt;/P&gt;&lt;P&gt;SET vFolder = '\\Folder\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR EACH File in $(vFilelist)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD *&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM [$(vFolder)\$(File).qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file names are not getting read by the script in the for loop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241803#M624960</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-01-12T19:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241804#M624961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a list or a single date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241804#M624961</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T19:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241805#M624962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is reading file name as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;\\Folderpath\File1, File2, File3, File4 etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which case, we need it to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;\\Folderpath\File1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;\\Folderpath\File2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;\\Folderpath\File3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;\\Folderpath\File4&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241805#M624962</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-01-12T19:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241806#M624963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241806#M624963</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-01-12T19:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241807#M624964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the script that creates &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DateKey&lt;/SPAN&gt; before this Let statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #993300;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; vFilelist = peek('DateKey');&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241807#M624964</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T19:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241808#M624965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load concat(Distinct Date(%DateKey,'YYYYMMDD')&amp;amp;'Orders',',') as DateKey&lt;/P&gt;&lt;P&gt;Resident Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o/p of vFilelist in my report:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;20160101&lt;SPAN style="font-size: 13.3333px;"&gt;Orders&lt;/SPAN&gt;,20160102&lt;SPAN style="font-size: 13.3333px;"&gt;Orders&lt;/SPAN&gt;,20160103&lt;SPAN style="font-size: 13.3333px;"&gt;Orders&lt;/SPAN&gt;,20160104&lt;SPAN style="font-size: 13.3333px;"&gt;Orders&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241808#M624965</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-01-12T19:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241809#M624966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Load Concat(Distinct &lt;SPAN style="color: #ff0000;"&gt;Chr(39) &amp;amp;&lt;/SPAN&gt; Date(%DateKey,'YYYYMMDD') &amp;amp; 'Orders' &lt;SPAN style="color: #ff0000;"&gt;&amp;amp; Chr(39)&lt;/SPAN&gt;, ', ') as DateKey&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241809#M624966</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T19:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241810#M624967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should give you this (with single quote around each filename):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'20160101&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Orders'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, '20160102&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Orders'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, '20160103&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Orders'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, '20160104&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Orders'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241810#M624967</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T19:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241811#M624968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if i'm confusing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These dates are dynamic and will keep changing.&lt;/P&gt;&lt;P&gt;I would like to load 20160101Orders, &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;20160102&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;Orders&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, 20160103&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;Orders&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, 20160104&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Orders from a folder without giving static values as these dates keep changing.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241811#M624968</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-01-12T19:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241812#M624969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes and that's why I am not asking you to hard code, but use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load Concat(Distinct &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Chr(39) &amp;amp;&lt;/SPAN&gt; Date(%DateKey,'YYYYMMDD') &amp;amp; 'Orders' &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&amp;amp; Chr(39)&lt;/SPAN&gt;, ', ') as DateKey&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Chr(39) = Single quote and the end result will be that your variable will have these values&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'20160101&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;Orders'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, '20160102&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;Orders'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, '20160103&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;Orders'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, '20160104&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Orders'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241812#M624969</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T19:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241813#M624970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is with the load filed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR EACH File in $(vFilelist)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD *&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM [$(vFolder)\$(vFilelist).qvd] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is taking Load * from \\Folder\&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;20160101&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Orders'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;, '20160102&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Orders'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;, '20160103&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Orders'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;, '20160104&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Orders'.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Req; O/P:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; Load * from \\Folder\&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;20160101&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Orders,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; Load * from \\Folder\&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;20160102&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Orders,&amp;nbsp; etc...&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 20:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241813#M624970</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2017-01-12T20:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: load files with specific names from folder through for loop</title>
      <link>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241814#M624971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your logfile or screenshot of the execution window?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 20:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-files-with-specific-names-from-folder-through-for-loop/m-p/1241814#M624971</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-12T20:21:59Z</dc:date>
    </item>
  </channel>
</rss>

