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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do I get a ticket via API for use with OCX?

I am writing a Win Form app that uses the OCX.

I want to pass a qvp address as part of the OpenDocument API to the OCX that includes a ticket so that QVServer does not try to popup a password dialog, e.g.

OpenDocument("qvp://host/file?ticket= .....")

or

OpenDocument("qvp://user@host/file?ticket= .....")

How do I get a ticket using an API?

I am NOT writing a web app that uses JavaScript to do something like:

http://webhost/qvajaxzfc/qvsviewclient.aspx?cmd=<Global%20method='GetTicketForMe'%20/>

1 Solution

Accepted Solutions
1 Reply
Not applicable
Author