<?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 Script - Daily Files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Script-Daily-Files/m-p/1452398#M804926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example_numbered" data-mc-autonum="Example 1: "&gt;&lt;SPAN class="autonumber"&gt;Example 1: &lt;/SPAN&gt; Loading a list of files&lt;/P&gt;&lt;P class="code" data-mc-conditions="Targets.NotToTranslate"&gt;// LOAD the files 1.csv, 3.csv, 7.csv and xyz.csv for each a in 1,3,7,'xyz' LOAD * from file$(a).csv; next&lt;/P&gt;&lt;P class="code" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;/P&gt;&lt;P class="code" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;/P&gt;&lt;P class="code" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;A href="https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/ScriptControlStatements/For%20Each.htm" title="https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/ScriptControlStatements/For%20Each.htm"&gt;https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/ScriptControlStatements/For%20Each.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Nov 2017 15:28:49 GMT</pubDate>
    <dc:creator>jpenuliar</dc:creator>
    <dc:date>2017-11-10T15:28:49Z</dc:date>
    <item>
      <title>Load Script - Daily Files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-Daily-Files/m-p/1452397#M804925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, I've got this super basic question which I wasnt able to Google my way to.. &lt;/P&gt;&lt;P&gt;I've got daily files with datestamps in file name. &lt;/P&gt;&lt;P&gt;Now I want to load some of these files, kind of like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDay = 1;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Table&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM E:\Qlik\Storage\datefile_20*$(vDay).qvd (qvd) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I know how to specify one of the dates. However, I want to import the dates 1, 20 and 25. What is the most effective way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-Daily-Files/m-p/1452397#M804925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script - Daily Files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-Daily-Files/m-p/1452398#M804926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example_numbered" data-mc-autonum="Example 1: "&gt;&lt;SPAN class="autonumber"&gt;Example 1: &lt;/SPAN&gt; Loading a list of files&lt;/P&gt;&lt;P class="code" data-mc-conditions="Targets.NotToTranslate"&gt;// LOAD the files 1.csv, 3.csv, 7.csv and xyz.csv for each a in 1,3,7,'xyz' LOAD * from file$(a).csv; next&lt;/P&gt;&lt;P class="code" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;/P&gt;&lt;P class="code" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;/P&gt;&lt;P class="code" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;A href="https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/ScriptControlStatements/For%20Each.htm" title="https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/ScriptControlStatements/For%20Each.htm"&gt;https://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/ScriptControlStatements/For%20Each.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 15:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-Daily-Files/m-p/1452398#M804926</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2017-11-10T15:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load Script - Daily Files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Script-Daily-Files/m-p/1452399#M804927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FOR EACH vDay IN '1', '20', '25'&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM E:\Qlik\Storage\datefile_20*$(vDay).qvd (qvd) ;&lt;/P&gt;&lt;P&gt;NEXT vDay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nb: not sure, whether digits need to be in apostrophes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 15:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Script-Daily-Files/m-p/1452399#M804927</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-11-10T15:31:14Z</dc:date>
    </item>
  </channel>
</rss>

