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

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

QvConnect

Hi

What is QvConnect and what could cause it to stop working.

I had fire a dialog after a manual reload in QV Desktop at the end of the load.

This has happened twice on the same document.

QvConnect 12.0.20001.0

Thanks

Oli

10 Replies
Not applicable
Author

I haven't had much opportunity to work on the document since your reply; however, do you think this could potentially be the problem:

CUSTOM CONNECT TO "Provider=C:\Program Files\QlikView\QvsAdminDataProvider.dll;host=localhost;XUserId=OSCVNZC;XPassword=SJEcTAC;";

tmpDocumentAttribute:

LOAD

    DocPath,

    AttributeName,

    AttributeValue

WHERE

    wildmatch(DocPath,'*'&$(ThisDoc))                            >0

;

SQL

SELECT

    DocPath,

    AttributeName,

    AttributeValue

FROM

    DocAttributes

;