Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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

;