<?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: Dynamically update in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamically-update/m-p/1521118#M747904</link>
    <description>&lt;P&gt;Whats the logic of storing the name of the qvd. Use it as part of your load. Something like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;let vQvdName='xyz'&amp;amp;Date(today(),'DD-MM-YYYY')&amp;amp;'.qvd';
xyz:
LOAD *
FROM
[QVDFOLDER\$(vQvdName)]
(qvd)&lt;/PRE&gt;</description>
    <pubDate>Fri, 14 Dec 2018 15:40:45 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2018-12-14T15:40:45Z</dc:date>
    <item>
      <title>Dynamically update</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-update/m-p/1521092#M747902</link>
      <description>&lt;P&gt;Hey Everyone,&lt;/P&gt;&lt;P&gt;I have a report which I have to update start of every period. Is there a way I can dynamically change it so it picks up the next period.&lt;/P&gt;&lt;P&gt;Please see the attached file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-update/m-p/1521092#M747902</guid>
      <dc:creator>has75042</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-update/m-p/1521106#M747903</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;for each vFile in filelist ('E:\Qlikview\QVD\*.qvd')
    // do nothing, just iterate through the files
next &lt;BR /&gt;
// now vFile will contain the name of the newest file
LatestFile:
LOAD * FROM [$(vFile)] (qvd);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 15:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-update/m-p/1521106#M747903</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-12-14T15:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically update</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-update/m-p/1521118#M747904</link>
      <description>&lt;P&gt;Whats the logic of storing the name of the qvd. Use it as part of your load. Something like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;let vQvdName='xyz'&amp;amp;Date(today(),'DD-MM-YYYY')&amp;amp;'.qvd';
xyz:
LOAD *
FROM
[QVDFOLDER\$(vQvdName)]
(qvd)&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Dec 2018 15:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-update/m-p/1521118#M747904</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-12-14T15:40:45Z</dc:date>
    </item>
  </channel>
</rss>

