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

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

QVD Source

Hi All

Im trying to figure out where a QVD is sorcing it's data from as the Developer who created it is not available.

Is there a way to tell where/ which QlikView model a QVD is getting data from?

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

you can open the QVD in notepad. Try to read the initial xml tags.

It will have information like "CreatorDoc" that is QVW whihc created the QVD. and also it will have the source information.Attached image shows the sample of QVD opened in notepad.

View solution in original post

3 Replies
ychaitanya
Creator III
Creator III

there are QVD Readers which you use to see the source information..

Also in QVD i guess it will have XML header info of source..

Thanks

Chaitanya

Not applicable
Author

Hi,

you can open the QVD in notepad. Try to read the initial xml tags.

It will have information like "CreatorDoc" that is QVW whihc created the QVD. and also it will have the source information.Attached image shows the sample of QVD opened in notepad.

Not applicable
Author


Thank you! You are awesome!!!