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: 
rahulhv1
Creator II
Creator II

Can partial data from a QVD file be deleted?


I have a qvd e.g. Sales.qvd, i want to delete records from a qvd for a perticular data, is it possible,?

3 Replies
michaelvporat
Contributor II
Contributor II

Hi why don't you download the qvd in a new qvw and filter the records you would like to save, store it into a new qvd file.

regards,

Mikael

Not applicable

hi

try accrding to this

Sales:

load * from  D:/Sales.qvd (qvd)

where  ID <> 3;

store Sales into D:/Sales.qvd (qvd);

MK_QSL
MVP
MVP

Load the data from QVD with using some condition

and override the old QVD by storing this table using the same name...