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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Search within QVD file

Hi guys,

is there any way to search in a QVD file or resident table?

I have a QVD file and I need to search for a value in one of its column.

Regards,

Saurabh

4 Replies
maxgro
MVP
MVP

load the qvd in a qlikview doc

add a search object to the user interface

add to search object all the fields of the qvd

Not applicable
Author

I need to do search in load script.

jaimeaguilar
Partner - Specialist II
Partner - Specialist II

Hi,

take a look at QViewer. It's a very useful tool for browsing QVD files without having to create a qvw. You can even make some queries.

http://easyqlik.com/

regards

jagan
Partner - Champion III
Partner - Champion III

HI,

Load QVD file and filter using where condition

Ex:

LOAD

*

FROM Data.QVD where Region = 'Asia'

Regards,

Jagan.