Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

delete row

Hello,

i have a basic database qvd. can i merge this database qvd with an actual qvd with only actual changes and merge this two tables and remove the lines in the basic databse which are still existing in both tables and after that i want to concanate the lines from the actual qvd with the changes in the basic database.

I hope its clear what i need...

2 Replies
richard_pearce6
Luminary Alumni
Luminary Alumni

Yes you can, If you have an ID field which is unique (and therefore duplicated) you can remove it be using:

Where not exists([ID Field])

in the load statement.

Regards

Richard

QlikCentral.com

jaimeaguilar
Partner - Specialist II
Partner - Specialist II

Hi, search for 'Using QVDs for incremental Load' in QV help (F11), to see different scenarios,

regards