<?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: What is the difference between Partial load and Incremental load ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689424#M1062028</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;In partial reload we can use ADD only or REPLACE only prefix in load statement and add or replace the new entries as per our requirment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2014 06:40:30 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2014-09-25T06:40:30Z</dc:date>
    <item>
      <title>What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689417#M1062021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;What is the difference between Partial load and Incremental load ?? And when both of them should be used ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 05:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689417#M1062021</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-09-25T05:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689418#M1062022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partial reload executes a specific part of your sciprt, this can for example be used to refresh a certain table.&lt;/P&gt;&lt;P&gt;Incredemental reload is defined in the script to update certain tables incredementally, for example to add only new transactions to a transaction table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incremental reload is especially used to decrease the reload time, by for instance only loading new records from a data source instead of the complete table (which can be very big).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 05:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689418#M1062022</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-09-25T05:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689419#M1062023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;Does Partial reload only used to load newly added columns in data source ?? IS it so??&lt;/P&gt;&lt;P&gt;If yes then how does partial reload works?? It automatically detects the newly added column??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 06:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689419#M1062023</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-09-25T06:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689420#M1062024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Partial load is like run first 100 rows or n number of rows u specify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has no logic to look for what data to reload it blindl reload tehe first 10 or 100 or specified number of columns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 06:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689420#M1062024</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-09-25T06:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689421#M1062025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is used to test if the script will run without any errors in case if u have millions of data...&lt;/P&gt;&lt;P&gt;Incremental load is somethign much more useful where u go to load only what is added or altered....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partial load is just for checking if ur logic in scripting like resident joins are working good...&lt;/P&gt;&lt;P&gt;The result of the partial reload may ahve that that are un assocaited.&amp;nbsp; There will be link bec of same col name. but we cannot be sure if data is available in both the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 06:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689421#M1062025</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-09-25T06:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689422#M1062026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;see link&lt;/P&gt;&lt;P&gt;For partial load:--&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/48344"&gt;What is meant by partial reload? What is its use? Please explain!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For incremental load:-&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/84146"&gt;Incremental load in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 06:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689422#M1062026</guid>
      <dc:creator />
      <dc:date>2014-09-25T06:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689423#M1062027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is , Partial Reload is used to add a new table without reloading existing tables in Qlikview file .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For better understanding follow link in attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 06:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689423#M1062027</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-09-25T06:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689424#M1062028</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;In partial reload we can use ADD only or REPLACE only prefix in load statement and add or replace the new entries as per our requirment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 06:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689424#M1062028</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-09-25T06:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689425#M1062029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;We do the partial load by clicking the partial reload option in file tab.&lt;/P&gt;&lt;P&gt;But does ADD and Replace options are second way for partial reload without clicking partial reload option ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 06:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689425#M1062029</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-09-25T06:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689426#M1062030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;We do the partial load by clicking the partial reload option in file tab.&lt;/P&gt;&lt;P&gt;But does ADD and Replace options are second way for partial reload without clicking partial reload option ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 06:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689426#M1062030</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-09-25T06:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689427#M1062032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;We do the partial load by clicking the partial reload option in file tab.&lt;/P&gt;&lt;P&gt;But does ADD and Replace options are second way for partial reload without clicking partial reload option ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 06:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689427#M1062032</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-09-25T06:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689428#M1062034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Nikhil, ADD and REPLACE are actions which we perform while doing partial reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 07:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689428#M1062034</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-09-25T07:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689429#M1062036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain it more why we use ADD and Replace ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689429#M1062036</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-09-25T08:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689430#M1062037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Nikhil.&lt;/P&gt;&lt;P&gt;This looks like an exam question. The reason I say this is that we have had other identical questions. It may be worth searching this forum for an answer to your question before posting a new one. You will get the information faster &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689430#M1062037</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2014-09-25T08:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between Partial load and Incremental load ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689431#M1062038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you get a slow response or stuggle to find what you want on this forum, I should also add that there is a good website called AskQV.com which searches the blogs of respected QlikView developers (who are also on this community) for articles related to your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 09:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-Partial-load-and-Incremental-load/m-p/689431#M1062038</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2014-09-25T09:21:41Z</dc:date>
    </item>
  </channel>
</rss>

