<?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: Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load/m-p/876322#M1012454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident load:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if we need to create modification from already loaded and existed data, we use that key word in scripting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2015 13:53:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-05T13:53:32Z</dc:date>
    <item>
      <title>Load</title>
      <link>https://community.qlik.com/t5/QlikView/Load/m-p/876319#M1012451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;What is resident load ? why we are&amp;nbsp; using 'ADD ONLY' keyword before load ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 10:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load/m-p/876319#M1012451</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2015-05-05T10:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load</title>
      <link>https://community.qlik.com/t5/QlikView/Load/m-p/876320#M1012452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resident is load from table which already exists (was laoded before).&lt;/P&gt;&lt;P&gt;ADD ONLY can be used in partial reload / concatenate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 10:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load/m-p/876320#M1012452</guid>
      <dc:creator>hubertdudek</dc:creator>
      <dc:date>2015-05-05T10:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Load</title>
      <link>https://community.qlik.com/t5/QlikView/Load/m-p/876321#M1012453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0 0 1.4em; color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;You can use the &lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate" style="font-weight: bold;"&gt;Resident&lt;/SPAN&gt; predicate in a &lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate" style="font-weight: bold;"&gt;LOAD&lt;/SPAN&gt; statement to load data from a previously loaded table. This is useful when you want to perform calculations on data loaded with a &lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate" style="font-weight: bold;"&gt;SELECT&lt;/SPAN&gt; statement where you do not have the option to use &lt;SPAN class="PrimaryGenericName"&gt;Qlik Sense&lt;/SPAN&gt; functions, such as date or numeric value handling.&lt;/P&gt;&lt;P class="example" data-mc-autonum="Example: " style="margin: 15px 0 2em; font-weight: bold; color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;The &lt;/SPAN&gt;&lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate" style="font-weight: bold; color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;add&lt;/SPAN&gt;&lt;SPAN style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt; prefix can be added to any &lt;/SPAN&gt;LOAD&lt;SPAN style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;, &lt;/SPAN&gt;SELECT&lt;SPAN style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt; or &lt;/SPAN&gt;map...using&lt;SPAN style="color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt; statement in the script. It is only relevant during partial reloads.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax_heading" data-mc-autonum="Syntax: " style="margin: 15px 0 2em; font-weight: bold; color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;SPAN class="autonumber"&gt;Syntax: &lt;/SPAN&gt; &lt;/P&gt;&lt;P class="syntax" data-mc-conditions="Targets.NotToTranslate" style="font-family: 'Lucida Console', Monaco, monospace; color: #444444; font-size: 13px; background-color: #f4f4f4;"&gt;&lt;SPAN class="script_token" style="margin-top: 0.7em; margin-bottom: 0.8em; font-weight: bold;"&gt;Add&lt;/SPAN&gt; &lt;SPAN class="bnf_token" style="margin-top: 0.7em; margin-bottom: 0.8em;"&gt;[&lt;/SPAN&gt;&lt;SPAN class="script_token" style="margin-top: 0.7em; margin-bottom: 0.8em; font-weight: bold;"&gt;only&lt;/SPAN&gt;&lt;SPAN class="bnf_token" style="margin-top: 0.7em; margin-bottom: 0.8em;"&gt;] (loadstatement | selectstatement | mapstatement)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1.4em; color: #444444; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;During a partial reload the &lt;SPAN class="PrimaryGenericName"&gt;Qlik Sense&lt;/SPAN&gt; table, for which a table name is generated by the add &lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate" style="font-weight: bold;"&gt;LOAD&lt;/SPAN&gt;/add &lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate" style="font-weight: bold;"&gt;SELECT&lt;/SPAN&gt; statement (provided such a table exists), will be appended with the result of the add &lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate" style="font-weight: bold;"&gt;LOAD&lt;/SPAN&gt;/add &lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate" style="font-weight: bold;"&gt;SELECT&lt;/SPAN&gt; statement. No check for duplicates is performed. Therefore, a statement using the add prefix will normally include either a &lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate" style="font-weight: bold;"&gt;distinct&lt;/SPAN&gt; qualifier or a&lt;SPAN class="statement" data-mc-conditions="Targets.NotToTranslate" style="font-weight: bold;"&gt;where&lt;/SPAN&gt; clause guarding duplicates. The map...using statement causes mapping to take place also during partial script execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 12:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load/m-p/876321#M1012453</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-05-05T12:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load</title>
      <link>https://community.qlik.com/t5/QlikView/Load/m-p/876322#M1012454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Resident load:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if we need to create modification from already loaded and existed data, we use that key word in scripting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 13:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load/m-p/876322#M1012454</guid>
      <dc:creator />
      <dc:date>2015-05-05T13:53:32Z</dc:date>
    </item>
  </channel>
</rss>

