Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
narender123
Specialist
Specialist

Incremental Load

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

1 Solution

Accepted Solutions
jjordaan
Partner - Specialist
Partner - Specialist

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.

View solution in original post

5 Replies
jjordaan
Partner - Specialist
Partner - Specialist

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.

narender123
Specialist
Specialist
Author

Thanks Jeroen for the reply but is possible for you to give me the example(Qvw)?

Thanks.

jjordaan
Partner - Specialist
Partner - Specialist

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.

narender123
Specialist
Specialist
Author

Thank you very much.

Could you also give me the eg. of Binary load pls.

Regards:

Narender.

jjordaan
Partner - Specialist
Partner - Specialist

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.