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

Can I get the QlikView document of the particular user from another application?

Hi Team,

I have created one web application in PHP with user authentication.Now I need to get the relevant QlikView document of that particular user?..

2 Replies
Not applicable
Author

There is a number of ways to establish bi-directional integration between QlikView and external systems. Some of them employ web-services. In this case a web-service is a helper application which sits between QlikView and external application (or is part of that external application) and communicates using web-protocols. Web-services can be written in any popular programming language (PHP, Java, C#, Python, Ruby, Go etc.) and hosted using popular web servers like Apache, IIS or nginx or any other of your choice.

Not applicable
Author

sorry shanmukha, I dont want the installation part.

I will get the user name from my application thro' session.

Then how the way I have to get the data of that particular user?