<?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 Load mutiple QVD where title QCD contain date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-mutiple-QVD-where-title-QCD-contain-date/m-p/1643312#M47975</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;BR /&gt;want to load multiple QVDs. I have several QVDs starting in 2012 and I would like to load the QVD only for the last two years. That is the QVDs of 2018 and 2019. Here is a piece of code that I started. thank you in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LET vFilePath ='lib://QVD_ExactBI/TEST/DE1';FOR EACH file in FileList('$(vFilePath)/*.csv'); // Loops each excel file in the given Folder&lt;BR /&gt;LET vFileDate = Date(Left(right(file,28),8)); // Gets the year portion from the filename&lt;BR /&gt;LET vMaxDate = Rangemax(vFileDate, vMaxDate); // Gets the max year for every iteration&lt;BR /&gt;NEXT&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:45:07 GMT</pubDate>
    <dc:creator>jmialoundama</dc:creator>
    <dc:date>2024-11-16T19:45:07Z</dc:date>
    <item>
      <title>Load mutiple QVD where title QCD contain date</title>
      <link>https://community.qlik.com/t5/App-Development/Load-mutiple-QVD-where-title-QCD-contain-date/m-p/1643312#M47975</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;BR /&gt;want to load multiple QVDs. I have several QVDs starting in 2012 and I would like to load the QVD only for the last two years. That is the QVDs of 2018 and 2019. Here is a piece of code that I started. thank you in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LET vFilePath ='lib://QVD_ExactBI/TEST/DE1';FOR EACH file in FileList('$(vFilePath)/*.csv'); // Loops each excel file in the given Folder&lt;BR /&gt;LET vFileDate = Date(Left(right(file,28),8)); // Gets the year portion from the filename&lt;BR /&gt;LET vMaxDate = Rangemax(vFileDate, vMaxDate); // Gets the max year for every iteration&lt;BR /&gt;NEXT&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-mutiple-QVD-where-title-QCD-contain-date/m-p/1643312#M47975</guid>
      <dc:creator>jmialoundama</dc:creator>
      <dc:date>2024-11-16T19:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Load mutiple QVD where title QCD contain date</title>
      <link>https://community.qlik.com/t5/App-Development/Load-mutiple-QVD-where-title-QCD-contain-date/m-p/1643365#M47976</link>
      <description>just add a load statement&lt;BR /&gt;LOAD *&lt;BR /&gt;FROM [$(vFilePath)] (txt, codepage is 28591, embedded labels, delimiter is ',', msq);</description>
      <pubDate>Tue, 05 Nov 2019 17:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-mutiple-QVD-where-title-QCD-contain-date/m-p/1643365#M47976</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2019-11-05T17:53:48Z</dc:date>
    </item>
  </channel>
</rss>

