<?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/645830#M236762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assume you are working on the qlikview and there is a data model and you want to reload only single table not whole tables because they take much time. Then in this cases you load a data of only that table and in another case suppose you want to add another table into model then you have do like below script and Put ADD prefix before the load statement and from file menu click on the &lt;STRONG&gt;Partial Reload .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load * From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ADD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load * From Location;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jun 2014 18:15:13 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-06-09T18:15:13Z</dc:date>
    <item>
      <title>Partial reload</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/645829#M236761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to qlikview and may I've knowledge on Partial reload and how it helpful in real time?&lt;/P&gt;&lt;P&gt;Please can anyone explain on this in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You!&lt;/P&gt;&lt;P&gt;Sattish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 17:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/645829#M236761</guid>
      <dc:creator />
      <dc:date>2014-06-09T17:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Partial reload</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/645830#M236762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assume you are working on the qlikview and there is a data model and you want to reload only single table not whole tables because they take much time. Then in this cases you load a data of only that table and in another case suppose you want to add another table into model then you have do like below script and Put ADD prefix before the load statement and from file menu click on the &lt;STRONG&gt;Partial Reload .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load * From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ADD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load * From Location;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 18:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/645830#M236762</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-09T18:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Partial reload</title>
      <link>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/645831#M236763</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;This is the way I would explain it when I was training. You have a data model and most of the data is static or maybe updates once a month. However, you have one or two tables that are updated daily. In your load script you would put Replace in front of the load statement and when you do a partial reload only the tables that have replace load are reloaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Products:&lt;/P&gt;&lt;P&gt;REPLACE LOAD &lt;/P&gt;&lt;P&gt; CategoryID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductID as ProductIDRecordCounter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QuantityPerUnit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SupplierID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UnitCost,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //UnitPrice,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UnitsInStock,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UnitsOnOrder;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Products;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 18:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Partial-reload/m-p/645831#M236763</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2014-06-09T18:57:45Z</dc:date>
    </item>
  </channel>
</rss>

