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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
NavinReddy
Creator II
Creator II

incremental load

Hi All,

Incremental load where can we get Updated records

it mean which line of code

Thanks in Advance

Niranjan

6 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Do you mean, How to implement the Incremental load?

     or you want to know what does incremental load means ?

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
sasikanth
Master
Master

hi niranjan ,

--------------------------------------------------------------------------------

EMP_Load:

select * from MSBI.DBO.Employee

where HireDate>$(MaxDate1);

load * from D:\EMP_inc.QVD(qvd)

where not Exists(employee_id);

inner join (EMP_Load)

select * from MSBI.DBO.Employee;

------------------------------------------------------------------------------------

Here we will get newly  or updated records ...

NavinReddy
Creator II
Creator II
Author

No, while using incremental load how can we get incremental load,

i.e, where modification time>reloadtime();  wherenot exits.

what should i suppose to say if some one ask

plz help me

thanks,

Niranjan

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Do you mean that you want to have the understanding of the script how it works?

     Then this is the best example, have a look at the attached presentation and also below vid.

     http://www.learnqlickview.com/incremental-data-load-in-qlikview/

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
sasikanth
Master
Master

i didnt get u niranjan can u please explain me more ...

NavinReddy
Creator II
Creator II
Author

yes i got it,for your reply

Thanks for your giving valuable information

R egards

Niranjan