Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends,
Could please reply to me.
Thanks
Mahindra
Yes and no. The binary load must be the first line in the script. That will load the entire data model from the other qlikview document. It only loads the data, not the script that created it. The rest of the script after the binary load statement can transform the data from the binary load and you can load other data from other sources. You cannot change the script of the other document with a binary load.
Yes, It is possible to do scripting in Binary Load.
EX: using resident load you can call table which is present in Binary file.
Thanks
PM