<?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 about partial reload, urgent! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/about-partial-reload-urgent/m-p/229524#M81423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no identifyer to refer to the source-table. Do you think that you may add the table, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD cloum_1, 'A' AS source RESIDENT talbe_A;&lt;BR /&gt;LOAD cloum_1, 'B' AS source RESIDENT talbe_B;&lt;BR /&gt;LOAD cloum_1, 'C' AS source RESIDENT talbe_C;&lt;BR /&gt;LOAD cloum_1, 'D' AS source RESIDENT talbe_D;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This way you may continue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;xTable: LOAD * RESIDENT Table WHERE source &amp;lt;&amp;gt; 'B';&lt;BR /&gt;LOAD cloum_1, 'B' AS source RESIDENT talbe_B;&lt;BR /&gt;DROP TABLE Table;&lt;BR /&gt;RENAME TABLE xTable TO Table;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;edit: you need to use the ADD-phrase in order to have it working as partial reload&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2010 22:56:29 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2010-02-02T22:56:29Z</dc:date>
    <item>
      <title>about partial reload, urgent!</title>
      <link>https://community.qlik.com/t5/QlikView/about-partial-reload-urgent/m-p/229522#M81421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have script like below:&lt;/P&gt;&lt;P&gt;LOAD cloum_1 RESIDENT talbe_A;&lt;BR /&gt;LOAD cloum_1 RESIDENT talbe_A;&lt;BR /&gt;LOAD cloum_1 RESIDENT talbe_A;&lt;BR /&gt;LOAD cloum_1 RESIDENT talbe_A;&lt;/P&gt;&lt;P&gt;as we know, qlikview will treat this group as one table.&lt;/P&gt;&lt;P&gt;Now, if i want to do&lt;/P&gt;&lt;P&gt;LOAD cloum_1 RESIDENT talbe_A;&lt;BR /&gt;&lt;STRONG&gt;replace&lt;/STRONG&gt; LOAD cloum_1 RESIDENT talbe_A;&lt;BR /&gt;LOAD cloum_1 RESIDENT talbe_A;&lt;BR /&gt;LOAD cloum_1 RESIDENT talbe_A;&lt;/P&gt;&lt;P&gt;it's failed, what should i do to add the new data in, and still keep orthers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 22:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-partial-reload-urgent/m-p/229522#M81421</guid>
      <dc:creator />
      <dc:date>2010-02-02T22:37:53Z</dc:date>
    </item>
    <item>
      <title>about partial reload, urgent!</title>
      <link>https://community.qlik.com/t5/QlikView/about-partial-reload-urgent/m-p/229523#M81422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry it should be:&lt;/P&gt;&lt;P&gt;LOAD cloum_1 RESIDENT talbe_A;&lt;BR /&gt;LOAD cloum_1 RESIDENT talbe_B;&lt;BR /&gt;LOAD cloum_1 RESIDENT talbe_C;&lt;BR /&gt;LOAD cloum_1 RESIDENT talbe_D;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 22:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-partial-reload-urgent/m-p/229523#M81422</guid>
      <dc:creator />
      <dc:date>2010-02-02T22:40:23Z</dc:date>
    </item>
    <item>
      <title>about partial reload, urgent!</title>
      <link>https://community.qlik.com/t5/QlikView/about-partial-reload-urgent/m-p/229524#M81423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no identifyer to refer to the source-table. Do you think that you may add the table, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD cloum_1, 'A' AS source RESIDENT talbe_A;&lt;BR /&gt;LOAD cloum_1, 'B' AS source RESIDENT talbe_B;&lt;BR /&gt;LOAD cloum_1, 'C' AS source RESIDENT talbe_C;&lt;BR /&gt;LOAD cloum_1, 'D' AS source RESIDENT talbe_D;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This way you may continue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;xTable: LOAD * RESIDENT Table WHERE source &amp;lt;&amp;gt; 'B';&lt;BR /&gt;LOAD cloum_1, 'B' AS source RESIDENT talbe_B;&lt;BR /&gt;DROP TABLE Table;&lt;BR /&gt;RENAME TABLE xTable TO Table;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;edit: you need to use the ADD-phrase in order to have it working as partial reload&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 22:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-partial-reload-urgent/m-p/229524#M81423</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-02-02T22:56:29Z</dc:date>
    </item>
    <item>
      <title>about partial reload, urgent!</title>
      <link>https://community.qlik.com/t5/QlikView/about-partial-reload-urgent/m-p/229525#M81424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree. If you want to keep the existing data, you should be using an ADD rather than REPLACE LOAD. In a partial reload, the way it is written, the existing table would be dropped, and only the data from table B would be added back to it. Even in a normal reload, the data from table A would never make it into the final application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 05:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-partial-reload-urgent/m-p/229525#M81424</guid>
      <dc:creator>msteedle</dc:creator>
      <dc:date>2010-02-03T05:58:31Z</dc:date>
    </item>
    <item>
      <title>about partial reload, urgent!</title>
      <link>https://community.qlik.com/t5/QlikView/about-partial-reload-urgent/m-p/229526#M81425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. It works.... &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 13:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-partial-reload-urgent/m-p/229526#M81425</guid>
      <dc:creator />
      <dc:date>2010-02-04T13:10:28Z</dc:date>
    </item>
  </channel>
</rss>

