Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to use partial reload in the script?

hi

I want use partial reload in the script,  qv11.

how to use partial reload in the script?

please help me!

3 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Look at the below post.

http://community.qlik.com/docs/DOC-5427

Regards

ASHFAQ

er_mohit
Master II
Master II

Hii

suppose i have two tables and fetch in qlikview

Table1:

load * from table1;

Reload 1st table

now for partial reload

do comment Table1

and now fetch Table2

Table2:

Add Load * from table2;

now do partial reload

you 'll see that Table1 data also coming while you comment the Table1 in Partial Reload

because when you did reload Table1 the Table1 comes in Qlikview memory.

Hope it helps

sasikanth
Master
Master

HI

use Replace Key word on the top of the table or ADD Load

then In file menu clik on "Partial Reload"