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: 
adamjwchen
Contributor III
Contributor III

append data to qvd

Hi,

I created a QVD by loading 10 big Excel files already. Is there any way I can append the 11th Excel without loading the original 10 Excel files again?

3 Replies
zhadrakas
Specialist II
Specialist II

you can do it like this:

Temp:

Load * from QVD

concatenate

Load * from Excel11

Store * from Temp into QVD (qvd)

adamjwchen
Contributor III
Contributor III
Author

Tim,

This is really useful! Thanks!

zhadrakas
Specialist II
Specialist II

I'm glad i could help. If that answered your question please mark the answer as correct