Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Thanks,
I'll give it a go!