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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to determine where a QVD came from?

I found a QVD file and I need to determine how it is generated/updated. Basically, I want to find out the database the information is coming from.

I'm not sure where to look.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

The creatordoc tag tells you which qvw created the qvd, but not the database the data came from. That information can be found in the Lineage section.


talk is cheap, supply exceeds demand

View solution in original post

7 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Open the qvd file in a text (or xml) editor and look at content in the Lineage tag.


talk is cheap, supply exceeds demand
Colin-Albert
Partner - Champion
Partner - Champion

Open the QVD in a text editor and have a look at the <CreatorDoc> Tag.

Not applicable
Author

Found it. Thanks!

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

The creatordoc tag tells you which qvw created the qvd, but not the database the data came from. That information can be found in the Lineage section.


talk is cheap, supply exceeds demand
maxgro
MVP
MVP

or

there is a tool called EasyQlik you can use to see some metadata (fields, rows, source qvw) and also data

from qvd files (just click on qvd)

its_anandrjs
Champion III
Champion III

Read your QVD as XML please find the attached for information

There you get info that QVD generator name, location no of rows and many more information

Not applicable
Author

Thanks. This tool is definitely good to have as well.