Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Partial Reload

When you do a partial reload (Ctrl-Shift-R), what part of the data gets reloaded?  Is it determined solely by the script such as using "Replace" and "Only" or some other method?

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Take a look at instruction Add and Only (you will find them searching for LOAD)

fkeuroglian
Partner - Master
Partner - Master

Hi, see this example

if you want to do partial reload, you have to put ADD before the load, see this example

Table1:

------

Table2:

--------

Table10:

--------

Table11:

ADD LOAD * INLINE [

    Key1, Value1

    A, 100

    B, 200

    C, 100

];

Now if you use Partial reload, it just reloads the Table11.

good luck

Fernando

IAMDV
Luminary Alumni
Luminary Alumni

Hi,

I've made 2 part video tutorial on Partial Reload which includes "Only" & "Replace" prefix as well.

http://qlikshare.com/?s=Partial+reload

I hope this helps!

Cheers,

DV