<?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 reload latest QVD file only after click 'Load Data' button in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780427#M60697</link>
    <description>&lt;P&gt;&lt;SPAN&gt;You're getting that error because your QVF file is not in the server root directory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-02-05 08_52_11-Window.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48567iDDFCC65B71F390BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-02-05 08_52_11-Window.png" alt="2021-02-05 08_52_11-Window.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So, if you want to use custom path for your QVF you have to create a directory connection to your QVF file path and use it in your binary statement:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Binary lib://YourQvfPath/QvdIncrementalTest.qvf;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2021 07:54:36 GMT</pubDate>
    <dc:creator>micheledenardi</dc:creator>
    <dc:date>2021-02-05T07:54:36Z</dc:date>
    <item>
      <title>How to reload latest QVD file only after click 'Load Data' button</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1779651#M60621</link>
      <description>&lt;P&gt;Below is my incremental loading script:&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;where primary key&amp;gt;'xxx';&lt;/P&gt;&lt;P&gt;select * FROM CSV (header on, delimiter ",", quote """") "abc"&lt;/P&gt;&lt;P&gt;WITH CONNECTION (Url "$(vUrl1)");&lt;/P&gt;&lt;P&gt;concatenate load&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&lt;/P&gt;&lt;P&gt;from abc.qvd&lt;/P&gt;&lt;P&gt;where not exists(primary key);&lt;/P&gt;&lt;P&gt;This only works for avoiding duplicate calculating for the whole abc.qvd each now I start this app task.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if there is any way that I can only load latest qvd into app RAM rather than loading the whole year QVD file data into app RAM again? I means if there is a way that app could keep the previous run qvd data in RAM and only load required latest data onto the old data in app RAM?&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;from abc_2021.02.02.qvd;//2021.02.02 should be defined as latest date&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1779651#M60621</guid>
      <dc:creator>mudanhong</dc:creator>
      <dc:date>2024-11-16T17:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to reload latest QVD file only after click 'Load Data' button</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1779682#M60625</link>
      <description>&lt;P&gt;How 2021.02.02 should be determinated? is it the yesterday date? Last reload date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 10:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1779682#M60625</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2021-02-03T10:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to reload latest QVD file only after click 'Load Data' button</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780015#M60658</link>
      <description>&lt;P&gt;It is just a specified date. yesterday/today/last reload date whose data has not been loaded into abc.qvd file.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 02:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780015#M60658</guid>
      <dc:creator>mudanhong</dc:creator>
      <dc:date>2021-02-04T02:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to reload latest QVD file only after click 'Load Data' button</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780112#M60666</link>
      <description>&lt;P&gt;In any case you've to load the entire dataset but you can use &lt;A href="https://help.qlik.com/en-US/sense/November2020/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Binary.htm" target="_self"&gt;Binary&lt;/A&gt; statement to load data from your datamodel without load data from Qvd/csv and refresh only some tables.&lt;/P&gt;&lt;P&gt;Something like This:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Binary Test.qvf;

SET ThousandSep='.';
SET DecimalSep=',';
SET MoneyThousandSep='.';
SET MoneyDecimalSep=',';
SET MoneyFormat='#.##0,00 €;-#.##0,00 €';
SET TimeFormat='hh:mm:ss';
SET DateFormat='DD/MM/YYYY';
...
...
...
...
SET NumericalAbbreviation='3:k;6:M;9:G;12:T;15:P;18:E;21:Z;24:Y;-3:m;-6:μ;-9:n;-12:p;-15:f;-18:a;-21:z;-24:y';


concatenate(Test)
load * 
from abc_*.qvd
where not exists(primary key);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 10:33:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780112#M60666</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2021-02-04T10:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to reload latest QVD file only after click 'Load Data' button</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780384#M60692</link>
      <description>&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;I have tried your way. But I got below error, should I give the absolute path?&lt;/P&gt;&lt;DIV class="headline undefined"&gt;Started loading data&lt;/DIV&gt;&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;No qualified path for file: ***&lt;/DIV&gt;&lt;DIV class="empty edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="headline edc_error"&gt;The error occurred here:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Binary QvdIncrementalTest.qvf&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Feb 2021 02:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780384#M60692</guid>
      <dc:creator>mudanhong</dc:creator>
      <dc:date>2021-02-05T02:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to reload latest QVD file only after click 'Load Data' button</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780388#M60693</link>
      <description>&lt;P&gt;Thanks Michele, I have tried successfully with absolute path of another app.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 03:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780388#M60693</guid>
      <dc:creator>mudanhong</dc:creator>
      <dc:date>2021-02-05T03:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to reload latest QVD file only after click 'Load Data' button</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780395#M60694</link>
      <description>&lt;P&gt;But it seems not quicken the app speed&lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;. I would try a simple app to test its effect on app performance. Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 03:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780395#M60694</guid>
      <dc:creator>mudanhong</dc:creator>
      <dc:date>2021-02-05T03:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to reload latest QVD file only after click 'Load Data' button</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780427#M60697</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You're getting that error because your QVF file is not in the server root directory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-02-05 08_52_11-Window.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48567iDDFCC65B71F390BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-02-05 08_52_11-Window.png" alt="2021-02-05 08_52_11-Window.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So, if you want to use custom path for your QVF you have to create a directory connection to your QVF file path and use it in your binary statement:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Binary lib://YourQvfPath/QvdIncrementalTest.qvf;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 07:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780427#M60697</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2021-02-05T07:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to reload latest QVD file only after click 'Load Data' button</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780436#M60698</link>
      <description>&lt;P&gt;Thanks Michele, I will do that with our Admin team.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I tried a lot of times. Binary loading qvf file still costs a lot of time. might not be faster than Concatenating loading data from qvd file.&lt;/P&gt;&lt;P&gt;Do you suggest us use Binary loading than loading data from qvd file to improve the app performance?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 08:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780436#M60698</guid>
      <dc:creator>mudanhong</dc:creator>
      <dc:date>2021-02-05T08:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to reload latest QVD file only after click 'Load Data' button</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780440#M60700</link>
      <description>&lt;P&gt;Read data from &lt;A href="https://community.qlik.com/t5/QlikView-Documents/QlikTip-Keep-Optimized-QVD-Load/ta-p/1477062" target="_self"&gt;QVD Optimized&lt;/A&gt; is always the fastest solution but Binary is an alternative to refresh data without read data directly from QVDs.&lt;/P&gt;&lt;P&gt;I believe the bottleneck of your script is during the select statement and not during Concatenate(). Right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 08:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780440#M60700</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2021-02-05T08:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to reload latest QVD file only after click 'Load Data' button</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780461#M60703</link>
      <description>&lt;P&gt;Below is my code to load abc data: But 'Select' time almost cost much less time than loading abc_total.qvd since abc_total.qvd contains all the historical data that is huge.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let ThisExecDate = Date(now(),'YYYY.MM.DD');&lt;BR /&gt;Trace ThisExecDate :$(ThisExecDate );&lt;/P&gt;&lt;P&gt;Total:&lt;BR /&gt;LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM [lib://PROD QVDFiles/abc_$(ThisExecDate).qvd](qvd)&lt;BR /&gt;where abcname&amp;lt;&amp;gt;'123456';&lt;/P&gt;&lt;P&gt;Concatenate LOAD&lt;BR /&gt;*&lt;BR /&gt;FROM [lib://PROD QVDFiles/abc_Total\abc_Total.qvd](qvd)&lt;BR /&gt;where not Exists(abcId);&lt;/P&gt;&lt;P&gt;store Total into [lib://PROD QVDFiles/abc_Total\abc_Total.qvd];&lt;/P&gt;&lt;P&gt;drop table Total,Exclude;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 09:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-reload-latest-QVD-file-only-after-click-Load-Data-button/m-p/1780461#M60703</guid>
      <dc:creator>mudanhong</dc:creator>
      <dc:date>2021-02-05T09:19:39Z</dc:date>
    </item>
  </channel>
</rss>

