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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview Development in .Net

Hi ;

Is there any way to open qlikvew document with .net without using ocx.

What we are trying to do :

1-open qlikview document ( in a windows service )

2-select field(s)

3-extract grid to html

there must be way to do this !?

What are your suggestions  ? Thx.

Note :

We tried to use ocx but , when we tried to open document in server with ocx  , ocx asked user password ,although we specified username and password in opendocument.

what we tired :

        Dim constr As String = "qvp://xxxxx.xx@ipaddress/Document full path.qvw"

        AxQlikOCX1.UserName = QvUser.UserName

        AxQlikOCX1.Password = QvUser.Password

        AxQlikOCX1.OpenDocument(constr, QvUser.UserName, QvUser.Password)

2 Replies
Not applicable
Author

Hi,

Did you solve this problem????

I'm having the same issues.

Regards,

Richard

Not applicable
Author

Have you tried QlikView Workbench? It is an addon for Visual Studio you can use to develop .Net applications with QlikView objects and also to build QlikView extensions.