Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Abdelhakim
Contributor
Contributor

How to avoid reloading all the tables in the data loader when reexecuting the scripts

Hello Guys, 

I'm a newby in QlikSense (been using it for 2weeks now) .

I use heavy tables sometimes in my scripts, and I load and reload many of them when I script.

My question is  how do I keep the tables I create and execute changes on the other ones without reloading the first ones.

It takes me forever when I test and script.  The command I use everytime is LOAD. 

 

Would be gratefull for any help. 

Thanks. 

 

Best regards,

Abdelhakim

2 Replies
dplr-rn
Partner - Master III
Partner - Master III

no direct way around it i am afraid. Qlik always reloads all the items in script during reload.

Couple of things you could try

1- debug and perform limited load

2- store all your tables into a qvd and using a variable load from qvd so that the loads are faster