<?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 Load partial data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-partial-data/m-p/339362#M125207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="min-height: 8pt;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt;"&gt;Use the following script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt;"&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT ...... FROM X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt;"&gt;Table2: &lt;/P&gt;&lt;P&gt;ADD LOAD *; &lt;/P&gt;&lt;P&gt;SQL SELECT ...... FROM Y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While loading Table2 select Partial Load (Ctrl + Shift + R) or File -&amp;gt; Partial Reload option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Wed, 07 Mar 2012 10:27:16 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2012-03-07T10:27:16Z</dc:date>
    <item>
      <title>Load partial data</title>
      <link>https://community.qlik.com/t5/QlikView/Load-partial-data/m-p/339360#M125205</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;How do you go about loading a specific set of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT ...... FROM X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have already loaded the above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you add another LOAD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT ...... FROM Y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I want to reload I do not want to reload the 1st part since it is time consuming, &lt;/P&gt;&lt;P&gt;Is it possible to only load the second load and keep all the data in the Qlikview model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Razak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 10:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-partial-data/m-p/339360#M125205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-07T10:06:49Z</dc:date>
    </item>
    <item>
      <title>Load partial data</title>
      <link>https://community.qlik.com/t5/QlikView/Load-partial-data/m-p/339361#M125206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;first use ADD or REPLACE in front of your load statement (see also QV help).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second go to go to FILE =&amp;gt; PARTIAL RELOAD or type CTRL+SHIFT+R.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 10:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-partial-data/m-p/339361#M125206</guid>
      <dc:creator />
      <dc:date>2012-03-07T10:15:41Z</dc:date>
    </item>
    <item>
      <title>Load partial data</title>
      <link>https://community.qlik.com/t5/QlikView/Load-partial-data/m-p/339362#M125207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="min-height: 8pt;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt;"&gt;Use the following script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt;"&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT ...... FROM X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt;"&gt;Table2: &lt;/P&gt;&lt;P&gt;ADD LOAD *; &lt;/P&gt;&lt;P&gt;SQL SELECT ...... FROM Y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While loading Table2 select Partial Load (Ctrl + Shift + R) or File -&amp;gt; Partial Reload option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Wed, 07 Mar 2012 10:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-partial-data/m-p/339362#M125207</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-03-07T10:27:16Z</dc:date>
    </item>
    <item>
      <title>Load partial data</title>
      <link>https://community.qlik.com/t5/QlikView/Load-partial-data/m-p/339363#M125208</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;Try with the below script&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT ...... FROM X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Replace LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT ...... FROM Y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 10:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-partial-data/m-p/339363#M125208</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-03-07T10:38:23Z</dc:date>
    </item>
  </channel>
</rss>

