Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
I need to do search in load script.
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.
regards
HI,
Load QVD file and filter using where condition
Ex:
LOAD
*
FROM Data.QVD where Region = 'Asia'
Regards,
Jagan.