Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Binary Load, Preceding Load

Can someone please explain Binary Load and Preceding Load with simple examples.

I have been through lots of blogs but am unable to understand.

2 Replies
sushil353
Master II
Master II

Hi,

Binary Load: if you are fetching data from QVW file then it can be done by Binary load only.. and there is only one Binary load is permitted.

Preceding load: If you are loading some data from other load statement then it is called preceding load.. to understand it.. the load statement on top of sql select is preceding load..

other example is

Load

a,

b;

load a , b

resident source;

in this case the above load statement is preceding load.

HTH

sushil

ngulliver
Partner - Specialist III
Partner - Specialist III

If you want to understand the uses of preceding load, have a look at Steve Dark's blog on it.

www.quickintelligence.co.uk/preceding-load-qlikview/

Steve discusses when and where you can use it.

Cheers,

Neil