<?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: Functionality of Add Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Functionality-of-Add-Load/m-p/505195#M1127400</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;Add keyword is use for Partial reloading of the data, suppose you have 5 tables already in your datamodel and you need to add one more table, then you usually add the script and reload all the tables.&amp;nbsp; By using Partial Reload you can load only the new table to the existing data model.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples from Qlikview Help file:&lt;/P&gt;&lt;P class="Code"&gt;Tab1:&lt;/P&gt;&lt;P class="Code"&gt;LOAD Name, Number FROM Persons.csv;&lt;/P&gt;&lt;P class="Code"&gt;ADD LOAD Name, Number FROM newPersons.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During normal reload, data is loaded from &lt;SPAN class="Italic"&gt;Persons.csv&lt;/SPAN&gt; and stored in the QlikView table &lt;SPAN class="Italic"&gt;Tab1&lt;/SPAN&gt;. Data from NewPersons.csv is then concatenated to the same QlikView table. See &lt;A class="MCXref_0"&gt;&lt;EM&gt;Concatenation&lt;/EM&gt;&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;Tab1:&lt;/P&gt;&lt;P class="Code"&gt;SELECT Name, Number FROM Persons.csv;&lt;/P&gt;&lt;P class="Code"&gt;ADD LOAD Name, Number FROM NewPersons.csv Where not exists(Name);&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;During partial reload, data is loaded from &lt;SPAN class="Italic"&gt;NewPersons.csv&lt;/SPAN&gt; and appended to the QlikView table &lt;SPAN class="Italic"&gt;Tab1&lt;/SPAN&gt;. No check for duplicates is made.&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Hope this helps you.&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Regards,&lt;/P&gt;&lt;P class="Code"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 05:39:18 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2013-12-19T05:39:18Z</dc:date>
    <item>
      <title>Functionality of Add Load</title>
      <link>https://community.qlik.com/t5/QlikView/Functionality-of-Add-Load/m-p/505194#M1127399</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;What is the functionality of ADD Load in QlikView, I am find explanation but I am not understandable,please any give me explanation little brief with example, when you are generally use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Add Load is used to append or concatenate the data from one table to other table. During a partial reload the QlikView table, for which a table name is generated by the add load/add select statement (provided such a table exists), will be appended with the result of the add load/add select statement. */&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 05:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Functionality-of-Add-Load/m-p/505194#M1127399</guid>
      <dc:creator />
      <dc:date>2013-12-19T05:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality of Add Load</title>
      <link>https://community.qlik.com/t5/QlikView/Functionality-of-Add-Load/m-p/505195#M1127400</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;Add keyword is use for Partial reloading of the data, suppose you have 5 tables already in your datamodel and you need to add one more table, then you usually add the script and reload all the tables.&amp;nbsp; By using Partial Reload you can load only the new table to the existing data model.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples from Qlikview Help file:&lt;/P&gt;&lt;P class="Code"&gt;Tab1:&lt;/P&gt;&lt;P class="Code"&gt;LOAD Name, Number FROM Persons.csv;&lt;/P&gt;&lt;P class="Code"&gt;ADD LOAD Name, Number FROM newPersons.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During normal reload, data is loaded from &lt;SPAN class="Italic"&gt;Persons.csv&lt;/SPAN&gt; and stored in the QlikView table &lt;SPAN class="Italic"&gt;Tab1&lt;/SPAN&gt;. Data from NewPersons.csv is then concatenated to the same QlikView table. See &lt;A class="MCXref_0"&gt;&lt;EM&gt;Concatenation&lt;/EM&gt;&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;Tab1:&lt;/P&gt;&lt;P class="Code"&gt;SELECT Name, Number FROM Persons.csv;&lt;/P&gt;&lt;P class="Code"&gt;ADD LOAD Name, Number FROM NewPersons.csv Where not exists(Name);&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;During partial reload, data is loaded from &lt;SPAN class="Italic"&gt;NewPersons.csv&lt;/SPAN&gt; and appended to the QlikView table &lt;SPAN class="Italic"&gt;Tab1&lt;/SPAN&gt;. No check for duplicates is made.&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Hope this helps you.&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Regards,&lt;/P&gt;&lt;P class="Code"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 05:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Functionality-of-Add-Load/m-p/505195#M1127400</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-19T05:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality of Add Load</title>
      <link>https://community.qlik.com/t5/QlikView/Functionality-of-Add-Load/m-p/505196#M1127401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 05:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Functionality-of-Add-Load/m-p/505196#M1127401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T05:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality of Add Load</title>
      <link>https://community.qlik.com/t5/QlikView/Functionality-of-Add-Load/m-p/505197#M1127402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isnt that the same as concatenate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 20:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Functionality-of-Add-Load/m-p/505197#M1127402</guid>
      <dc:creator />
      <dc:date>2014-05-23T20:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Functionality of Add Load</title>
      <link>https://community.qlik.com/t5/QlikView/Functionality-of-Add-Load/m-p/505198#M1127403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is similar to Concatenate, the only difference is, if you just want to concatenate some rows to the existing table without reloading the entire dashboard then this method is used.&amp;nbsp; Using this method it do not reload other tables in the data model it just concatenates/or create new tables to the existing datamodel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 02:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Functionality-of-Add-Load/m-p/505198#M1127403</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-26T02:23:26Z</dc:date>
    </item>
  </channel>
</rss>

