<?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: Partial reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/199363#M58322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should also be pointed out:&lt;BR /&gt;&lt;BR /&gt;Full reload - dumps all the data in the application and rebuilds the entire data model from scratch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partial reload - keeps the existing data loaded into the .QVW and only modifies whatever portions of data as directed by partial reload statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2014 18:10:32 GMT</pubDate>
    <dc:creator>evan_kurowski</dc:creator>
    <dc:date>2014-08-05T18:10:32Z</dc:date>
    <item>
      <title>Partial reload</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/199358#M58317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the partial reload??&lt;/P&gt;&lt;P&gt;How can i use the partial reload???&lt;/P&gt;&lt;P&gt;and when can i use??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 11:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/199358#M58317</guid>
      <dc:creator />
      <dc:date>2010-03-31T11:47:23Z</dc:date>
    </item>
    <item>
      <title>Partial reload</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/199359#M58318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;please see QV help:&lt;/P&gt;&lt;P&gt;Add&lt;BR /&gt;The add prefix can be added to any load, select or map...using statement in the script.&lt;BR /&gt;It is only meaningful during &lt;STRONG&gt;&lt;EM&gt;partial reloads&lt;/EM&gt;&lt;/STRONG&gt;. During a partial reload the QlikView table,&lt;BR /&gt;for which a table name is generated by the add load/add select statement (provided such a table exists),&lt;BR /&gt;will be appended with the result of the add load/add select statement. No check for duplicates is performed.&lt;BR /&gt;Therefore, a statement using the add prefix will normally include either a distinct qualifier or&lt;BR /&gt;a where clause guarding duplicates. The add map...using statement causes mapping to take&lt;BR /&gt; place also during partial script execution.&lt;/P&gt;&lt;P&gt;Look also for REPLACE.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 11:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/199359#M58318</guid>
      <dc:creator />
      <dc:date>2010-03-31T11:57:19Z</dc:date>
    </item>
    <item>
      <title>Partial reload</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/199360#M58319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to save values from the loading of yesterday with the load of today. I have played with the ADD and REPLACE function, but the result wasn't what I'm expected. &lt;/P&gt;&lt;P&gt;I have the following short scriptexample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1: &lt;/P&gt;&lt;P&gt;REPLACE LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sales,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; orders,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; today() AS date,&lt;/P&gt;&lt;P&gt;RESIDENT abc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RENAME TABLE table1 TO table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table3:&lt;/P&gt;&lt;P&gt;ADD LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sales,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; orders,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RESIDENT table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I have table2 in my choice but not table3 - with partial loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I otherwise save the values from table1? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is, that the table1 has only today() as date and in table3 are all the other date before today() when I have load the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 11:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/199360#M58319</guid>
      <dc:creator />
      <dc:date>2011-07-07T11:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Partial reload</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/199361#M58320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello TXETXU TXETXU / Vicky_Qlik,&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;vicky_qlik wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have to save values from the loading of yesterday with the load of today.&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;What I want is, that the table1 has only today() as date and in table3 are all the other date before today() when I have load the script.&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;It sounds to me like you could be comingling two different concepts that have similar names, but need to be identified clearly to prevent confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Partial reload - &lt;/STRONG&gt;is the execution of only a portion of script, in which statements that are "activated" during a partial reload have been marked as such by partial reload keywords ADD/REPLACE/ONLY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Incremental reload - &lt;/STRONG&gt;refers to the technique of taking an earlier data extraction and combining it with a more recent refresh against the source systems, and only downloading the delta between the prior extraction and the current process, in order that the full breadth of all data involved is not required to be downloaded from the sources every time the script is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;To confuse matters, it is possible to perform an &lt;EM&gt;INCREMENTAL &lt;/EM&gt;load while performing a &lt;EM&gt;PARTIAL&lt;/EM&gt; reload, but I'm expecting that is not the permanent way you want to structure your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A basic incremental load could be formed like this (and doesn't require any partial reloading):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;//table ARCHIVE needs to have all the records you preserved from earlier loads, so they can be combined with today's extraction&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;[ARCHIVE]:&lt;/P&gt;&lt;P&gt;LOAD sales, orders, date FROM ARCHIVE.QVD&lt;BR /&gt;WHERE Num(date) &amp;lt; Num(Today());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;//Concatenate the most recent set of records to the ARCHIVE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE(ARCHIVE)&lt;/P&gt;&lt;P&gt;LOAD sales,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; orders&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Today() as date&lt;/P&gt;&lt;P&gt;RESIDENT abc;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;//Store new archive to replace the old one&lt;/EM&gt;&lt;BR /&gt;STORE * FROM ARCHIVE INTO ARCHIVE.QVD (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 17:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/199361#M58320</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2014-08-05T17:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Partial reload</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/199362#M58321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0070c0;"&gt;Partial Reload is used whenever you just want to add some new data without reloading all other tables. Suppose in your Qlikview file you have 10 tables which has millions of records, if you want one new table then you need to add the script, if you give normal reload it will reload all the 10 tables and the new table.&amp;nbsp; Suppose if you don't want to reload the old 10 tables and just want to add new table then Partial Reload would be helpful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0070c0;"&gt;This can done by using the ADD or REPLACE attribute to LOAD statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0070c0;"&gt;ADD LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0070c0;"&gt; Key1, Value1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0070c0;"&gt; A, 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0070c0;"&gt; B, 200&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0070c0;"&gt; C, 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0070c0;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #0070c0;"&gt;REPLACE LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #0070c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Key1, Value1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #0070c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #0070c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 200&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #0070c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #0070c0;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #0070c0;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #0070c0;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #0070c0;"&gt;and if ur okey with the answer please select the correct answer . so that people stops their discussion &lt;/SPAN&gt;&lt;/P&gt;&lt;H4 class="jive-widget-handle" style="padding: 6px 8px; font-weight: normal; font-size: 22px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #262626;"&gt;&lt;/H4&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #0070c0;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #0070c0;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 18:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/199362#M58321</guid>
      <dc:creator />
      <dc:date>2014-08-05T18:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Partial reload</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/199363#M58322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should also be pointed out:&lt;BR /&gt;&lt;BR /&gt;Full reload - dumps all the data in the application and rebuilds the entire data model from scratch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partial reload - keeps the existing data loaded into the .QVW and only modifies whatever portions of data as directed by partial reload statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 18:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/199363#M58322</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2014-08-05T18:10:32Z</dc:date>
    </item>
  </channel>
</rss>

