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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

delete data from QVD file

Hi,

I need change an incremental load to an earlier state in QVD file?

How delete some data out of the QVD file? Is it possible?

Thank you

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hello Fabio,

They way I'd do that, since loading from QVD is quite fast, is create a new document, perform a LOAD with a WHERE clause so you set the condition to empty the records you don't want. Then you store it again.

Hope that helps.

View solution in original post

2 Replies
Miguel_Angel_Baeyens

Hello Fabio,

They way I'd do that, since loading from QVD is quite fast, is create a new document, perform a LOAD with a WHERE clause so you set the condition to empty the records you don't want. Then you store it again.

Hope that helps.

Not applicable
Author

Hello Miguel,

I think this will work!
Thank you