Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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!