Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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