Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can someone please explain Binary Load and Preceding Load with simple examples.
I have been through lots of blogs but am unable to understand.
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
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