Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qvw file struture

Hi all,

I'm trying to document which textfiles/excel files etc I'm using in each of my QVW files so I can have an overview of what my QVW files contain.

I'd like to do this without having to mannually look into the scripts, and copying the file extension.

Outside of qlikview.. I used a tree forumula : tree[Drive:] [path] to record my own folders/files used. I was curious if Qlikview had this same sort of functionality.

Any advice would be greatly appreciated.

Thank you

-Liz

2 Replies
Not applicable
Author

I guess one way to think of this is seeing if there is a way to select only the file extension after FROM in the script..

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You might want to try the DataLineage sub in Qlikview Components http://qlikviewcomponents.org. With one line

CALL Qvc.DataLineage;

you can generate a table of sources used in your QVW. It's a new feature and I haven't got any feedback on it yet. I just tried it at a customer and got imcomplete results, but I haven't had a chance to debug it. I'd be curious to get feedback from others.

-Rob