<?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 Loading Missing Files in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-Missing-Files-in-Qlikview/m-p/1523646#M598610</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Requirement is to load the Excel to QVD on Daily Basis. So we need to do the&amp;nbsp;Incremental Load As usual, but&amp;nbsp;at the same time there will be some missing files which&amp;nbsp;should also be append to the QVD, example 4th Dec &amp;amp; 5th Dec excel files were not received, but it will be received on 24th Dec, so on 24th Dec, we need to load the missing files of 4th &amp;amp; 5th Dec along with 24th Dec file. please help, how can we load the missing files??&lt;/P&gt;&lt;P&gt;Excel file naming convention is like ABC_DDMMYYYY.xls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Poppy&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:41:37 GMT</pubDate>
    <dc:creator>poppypearce</dc:creator>
    <dc:date>2024-11-16T21:41:37Z</dc:date>
    <item>
      <title>Loading Missing Files in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Missing-Files-in-Qlikview/m-p/1523646#M598610</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Requirement is to load the Excel to QVD on Daily Basis. So we need to do the&amp;nbsp;Incremental Load As usual, but&amp;nbsp;at the same time there will be some missing files which&amp;nbsp;should also be append to the QVD, example 4th Dec &amp;amp; 5th Dec excel files were not received, but it will be received on 24th Dec, so on 24th Dec, we need to load the missing files of 4th &amp;amp; 5th Dec along with 24th Dec file. please help, how can we load the missing files??&lt;/P&gt;&lt;P&gt;Excel file naming convention is like ABC_DDMMYYYY.xls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Poppy&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Missing-Files-in-Qlikview/m-p/1523646#M598610</guid>
      <dc:creator>poppypearce</dc:creator>
      <dc:date>2024-11-16T21:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Missing Files in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Missing-Files-in-Qlikview/m-p/1523662#M598611</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;assuming you load the filename into your QVD ;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then you can use the not exists function&amp;nbsp;&lt;/P&gt;&lt;P&gt;for eaxmple :&lt;/P&gt;&lt;P&gt;///////////////loading existing file names from qvd /////////////////&lt;/P&gt;&lt;P&gt;existsFiles:&lt;/P&gt;&lt;P&gt;load distinct fileName&amp;nbsp;&lt;/P&gt;&lt;P&gt;from Qvd ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/////////////////////loading missing files /////////////////////////////&lt;/P&gt;&lt;P&gt;IncrementalData:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; filename() as fileName&lt;/P&gt;&lt;P&gt;from file*&lt;/P&gt;&lt;P&gt;where not exists(fileName,filename());&lt;/P&gt;&lt;P&gt;load&amp;nbsp; *&amp;nbsp;&lt;/P&gt;&lt;P&gt;from QVd&lt;/P&gt;</description>
      <pubDate>Mon, 24 Dec 2018 05:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Missing-Files-in-Qlikview/m-p/1523662#M598611</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2018-12-24T05:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Missing Files in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Missing-Files-in-Qlikview/m-p/1684342#M598612</link>
      <description>&lt;P&gt;Tried this solution but it loads only 1 record from the file..&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 07:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Missing-Files-in-Qlikview/m-p/1684342#M598612</guid>
      <dc:creator>poppypearce</dc:creator>
      <dc:date>2020-03-13T07:01:21Z</dc:date>
    </item>
  </channel>
</rss>

