Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
bdiamante
Contributor III
Contributor III

Partial Reload not running SET statements

So there's a fair amount of these questions out there already with no answers, but figured maybe it's worth asking again...

I have a script that works like the following basic example:

Section Application;

if not IsPartialReload() then

//All my loads and joins can concatenates, etc.

//None of these need to be replaced/added during a partial reload.

end if;

//A bunch of set statements

set _var1 = 0;

set _var2 = 0;

set _var3 = 1;

set _var4 = 1;


The problem is that when I execute a partial reload, even though all the documentation I can find suggests that SET/LET statements are run, they are not being run. The variable values are never updated in the application upon completion of the partial reload.

What am I missing?

11 Replies
sunny_talwar

This is from QlikView's help:

Capture.PNG

Let ‒ QlikView

Chanty4u
MVP
MVP

i thnk it will not create any variable