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: 
LESSASSY_K
Contributor III
Contributor III

how to execute partial reload properly in script - No lines loading

Hello everyone,

 

I can't seem to do partial reload correctly in script

When i do 

if IsPartialReload() then
TRACE "PARTIAL LOAD";

TABLE_1:

Load *

From Table 1;

ELSE 

TABLE_2:

Load *

From Table 2;

 

TABLE_3:

Load *

From Table 3;

ENDIF;

 

What i don't understand is when i do partial reload using a button or CTRL + SHIFT + R i always get

LESSASSY_K_0-1623661613132.png

 

Anyone can tell me what i did wrong ? No lines is loading during my partial load.

Thanks

Labels (2)
1 Solution

Accepted Solutions
Lucas_Gatling
Support
Support

This article may be of help: https://community.qlik.com/t5/Knowledge/How-to-use-Partial-reload-in-QlikView/ta-p/1712606

I'm not sure that IF statements can be used in conjunction with partial reloads or not.

If the issue is solved please mark the answer with Accept as Solution.

View solution in original post

2 Replies
LESSASSY_K
Contributor III
Contributor III
Author

Anyone with some expertise ?

Lucas_Gatling
Support
Support

This article may be of help: https://community.qlik.com/t5/Knowledge/How-to-use-Partial-reload-in-QlikView/ta-p/1712606

I'm not sure that IF statements can be used in conjunction with partial reloads or not.

If the issue is solved please mark the answer with Accept as Solution.