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

get list of all documents from a QVS

We're building an application using the Qlikview OCX control. Opening documents on the server works just fine.

axQlikOCX1.OpenDocument(@"qvp://company-qvs/Presentation/doc1.qvw", login, passwd);


But we need to know the path to every document. We want to provide a list of available documents outside the OCX. So here's my questions: How do a get a list/array/etc. of documents from our server? Is there a way to fetch this via QVP?

something like

List<QlikView.Document> list = qvs.fetchDocumentList(@"qvp://company-qvs/Presentation/", login, passwd);
List<QlikView.Document> list = qvs.fetchDocumentList(@"qvp://company-qvs/", login, passwd);


whould be helpful.

11 Replies
Anonymous
Not applicable
Author

Hi,

Can someone please send me a link to download the "QvsNetRemote.dll",

Iv'e tried installing the latest QlikView Plugin but i can't find the dll which is supposed to be a part of the installation according to this link:
QlikView Plugin by QlikTech International AB - Should I Remove It?

Thanks in advance,

Moran

Anonymous
Not applicable
Author

Hi Corrado,

I just found out that QvsNetRemote.dll has been deprecated since QV10.

Problem referencing QvsNetRemote.dll of a 64bit Qlikview 11


Is there another way to get the list of documents from the QlikView server?

Thanks again,

Moran