Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?..
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.
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?