Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
dinicholls
Creator II
Creator II

Load Statements - Part Load?

Hi,

Newbie to all this, and trying to get my head round things!!!

Is it possible to load just part of a load statement, without 'commenting' it out?

Can you just highlight the bit you want, RMB and click 'go' or something?!

Thanks!

Di

2 Replies
SunilChauhan
Champion II
Champion II

Yes you can do partial load

Tab1:

add Load

a,

b

from Path  ;


Then do CTRL+shft+R



where ever you add tis keyword .you can load that part of qlikview.


if table is alrady loaded and want reload then use below


add drop table Tab1;

Tab1:

add Load

a,

b

from Path  ;


Then do CTRL+shft+R.



hope this helps

Sunil Chauhan
dinicholls
Creator II
Creator II
Author

Thanks,

I'll give it a go!