dinicholls
Creator II
2014-03-13
10:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
2014-03-13
10:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
2014-03-13
11:14 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks,
I'll give it a go!
335 Views