Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
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