<?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: How to avoid loading all the Qvds...?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-all-the-Qvds/m-p/89102#M753392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Much Rob Wunderlich&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got some hope with your words, understood that it is possible to implement but bit confused on how to use 'for each file in filelst()' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Except using filetime() am not able to use anything in a correct way, it would be great if you provide some code with below example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my excel is like below, which i pull into excel..Thanks Again !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Emp ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sal&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Location&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;C&gt;&lt;BR /&gt; (&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [20180501]); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2018 13:28:13 GMT</pubDate>
    <dc:creator>dhasharadh</dc:creator>
    <dc:date>2018-10-30T13:28:13Z</dc:date>
    <item>
      <title>How to avoid loading all the Qvds...??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-all-the-Qvds/m-p/89098#M753388</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;we are following 3 tier architecture in our project...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Extractor&lt;/P&gt;&lt;P&gt;2. Data Model layer/Transformation layer&lt;/P&gt;&lt;P&gt;3.Report/Dashboard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel files are source to our extractor, every month we get one new excel file into a source path from where we extract the etract them into excel and we generate Qvds, in next layer they will be transformed and again stored in another path, we use these Qvds as source to our final Report/Dashboard...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the problem is if any excel files(Raw data) is having wrong data then we have to replace it with correct excel file and then have to reload all 3 apps for all months...which is a difficult task. so we are thinking of an alternate approch that if any Excel file is wrong after our monthly run, then once we replace it with a correct excel file all the 3 apps has to reload for only that Month....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way to achive this...??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest...&amp;nbsp; thanks in advance&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/How-to-avoid-loading-all-the-Qvds/m-p/89098#M753388</guid>
      <dc:creator>dhasharadh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid loading all the Qvds...??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-all-the-Qvds/m-p/89099#M753389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can play with Files where Format of the file and either this is excel / CSv. But we can't play with Data which holding inside the files. Probably you may get back to the team how flow goes to folder there you can request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 02:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-all-the-Qvds/m-p/89099#M753389</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-10-30T02:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid loading all the Qvds...??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-all-the-Qvds/m-p/89100#M753390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil, thanks for the reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;okay understood, can we atleast stop reloading all the Qvds at report level...till my ETL app if it is reloaded for all months its okay, but my report app needs to pick only the changed Qvd..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we achieve this using date of modified in the Qvd path like every time whenever its reloaded it has to pick the Qvd based its generation data in that Qvd path...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 09:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-all-the-Qvds/m-p/89100#M753390</guid>
      <dc:creator>dhasharadh</dc:creator>
      <dc:date>2018-10-30T09:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid loading all the Qvds...??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-all-the-Qvds/m-p/89101#M753391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've done this before for customers.&amp;nbsp; I don't have a code example at the moment, but here's the logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In your Extractor, loop through the excel files using "for each file in filelist(...)".&amp;nbsp; Check the filetime(), if the excel file is newer than the extract QVD (or extract QVD is missing), then do the extract for that file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Do the same thing for the Transform layer, comparing the extract QVD filetime() to the transform QVD filetime(). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.easyqlik.com" rel="nofollow" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 11:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-all-the-Qvds/m-p/89101#M753391</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-10-30T11:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid loading all the Qvds...??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-all-the-Qvds/m-p/89102#M753392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Much Rob Wunderlich&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got some hope with your words, understood that it is possible to implement but bit confused on how to use 'for each file in filelst()' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Except using filetime() am not able to use anything in a correct way, it would be great if you provide some code with below example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my excel is like below, which i pull into excel..Thanks Again !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Emp ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Sal&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Location&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;C&gt;&lt;BR /&gt; (&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [20180501]); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 13:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-all-the-Qvds/m-p/89102#M753392</guid>
      <dc:creator>dhasharadh</dc:creator>
      <dc:date>2018-10-30T13:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid loading all the Qvds...??</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-all-the-Qvds/m-p/89103#M753393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a couple of ways to approach it.&amp;nbsp; Here is one approach.&amp;nbsp; The script loads *.txt files, just adapt it for your xls files and names.&amp;nbsp; You can also adapt it for extract to transform qvd.&amp;nbsp; If you ever want to re-generate any qvd, just delete the qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Filelist:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;First 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Filepath() as FilePath,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'ExtractQVD\' &amp;amp; FileBaseName() &amp;amp; '.qvd' as QvdName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM [*.txt]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(txt, codepage is 1252, embedded labels, delimiter is '\t', msq)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Where FileTime() &amp;gt; alt(FileTime('ExtractQVD\' &amp;amp; FileBaseName() &amp;amp; '.qvd'),0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;For idx = 0 to NoOfRows('Filelist')-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Let vFilepath = peek('FilePath', $(idx), 'Filelist');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Let vQvdName = peek('QvdName', $(idx), 'Filelist');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; From [$(vFilepath)]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; (txt, codepage is 1252, embedded labels, delimiter is '\t', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; STORE Data INTO [$(vQvdName)] (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; DROP TABLE Data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NEXT idx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.easyqlik.com" rel="nofollow" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 20:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-loading-all-the-Qvds/m-p/89103#M753393</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-10-31T20:06:29Z</dc:date>
    </item>
  </channel>
</rss>

