Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to practice on incremental load .I have never used it so can anyone give me example on incremental load so that i would able do it practically.
Thanks in advance,
Regards:
Narender
Hi Narender123,
Sorry my late respronse.
As an attachment you will find an example how to setup incremental load.
I hope it will help you.
HI Narender123,
In this QlikView post is a document with a very good explanation.
I hope this helps or else respond on my comment and I will try to hellp you.
Thanks Jeroen for the reply but is possible for you to give me the example(Qvw)?
Thanks.
Hi Narender123,
Sorry my late respronse.
As an attachment you will find an example how to setup incremental load.
I hope it will help you.
Thank you very much.
Could you also give me the eg. of Binary load pls.
Regards:
Narender.
Narender123,
Binary load is loading data from another QV file. For example, you have application A.qvw. You can create another application B.qvw with script
binary A.qvw.
When you reload it, your B.qvw has the same data as A,qvw. The reload is very fast.
In script in would be like this.
Binary "p:\localcfolder\yourfile.qvw";
or you can click the QlikView File button in the script Editor and select the qvw file you want to load into the QlikView file.