Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
jpjust
Specialist
Specialist

QS-QVD-Monitor App

Hi,

I have an question on QS-QVD-Monitor App.

There is code in the script as below.

QVDFolders:
LOAD * INLINE [
QVDPath
lib://SnowFlakeQVD/Test/ABCD.qvd

lib://SnowFlakeQVD/Test1/cedf.qvd
];

Now my qvd folder has subfolders / subfolders and qvd files inside like below

lib://SnowFlakeQVD/Test/ABCD.qvd

lib://SnowFlakeQVD/Test1/cedf.qvd

How can I modify the above code and have a single qvd path so that it scans through all the qvd files in each sub folders?

Thanks

4 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I believe you should not specify the qvd filename in that portion of the script. It should be directory only. ie 

QVDFolders:
LOAD * INLINE [
QVDPath
lib://SnowFlakeQVD/Test
lib://SnowFlakeQVD/Test1
];

It doesn't look to me like the current script is set up to process subfolders, but that's a pretty easy update. You might suggest it in the issue tracker at https://github.com/eapowertools/qs-qvd-monitor/issues

-Rob

jpjust
Specialist
Specialist
Author

Thanks Rob.

In fact, I am using sub folders on the script like you mentioned. I have many sub folders that I will need to add each one to the script.

Will suggest for the change in the issue tracker.

jpjust
Specialist
Specialist
Author

Have a question.

On this app, is there a way to see the source qvf  (the qvf's that exported the qvd's)and the target qvf's  (qvf's that are used by the qvd's) of the qvd's?

Thanks

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I don't know if this app provides lineage as I haven't used this app.  Maybe @Jesse_Paris can answer your question?

-Rob