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 to hide QlikView interface when working with API in .Net

I have an application that pulls data from a QlikView application to be used elsewhere, hence I have no need to ever show the QlikView application. But I cannnot figure out a way for my application (Windows App in .Net) to hide the QlikView window.

Dim App As New QlikView.Application 'This displays the application. I don't want that to happen.
Dim Qvw as QlikView.Document = App.OpenDoc("myapp.qvw") 'This displays the application. I want this even less.

Everything I then do in code is mirrored and displayed in the document (selections, sheet creations, chart ceations, etc.) and I do not want any user messing around with the document, or even QlikView for that matter.

How can I make this happen in the background?

0 Replies