Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
kiranb13
Contributor III
Contributor III

Integrating Qlikview App with Java Application

I have a Custom portal where MicroStrategy and Cognos reports are launched from. I want to integrate Qlikview reports into the Custom Portal.

For MicroStrategy and Cognos i have the metadata of the  report id, report path, report type, report roles and specification of the of users based on the category. This MetaData is pulled into the portal database so that if a user clicks on the report the report should run with credentials as Single Sign on with the intranet ID.

Coming to the portal, Portal consists of an Admin Page to allocate the reports and categorise them, this has filters and one of them will be Qlik Reports. The Admin Portal is where the user pulls all the data about the user roles and allocates them specific reports.

As I have done with Cognos (Cognos SDK) and Microstrategy ( MicroStrategy SDK), I have to do a similar integration with Qlikview. Could you recommend the best way to do this integration, taking into consideration performance aspects as well.

Appreciate and thank you in advance for your recommendations.

1 Solution

Accepted Solutions
15 Replies
ziadm
Specialist
Specialist

This a Qlikview JAVA API reference

JsDoc Reference - Getting Started

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Is the user signed in with a windows id?  Or is the portal userid a non-windows id?

-Rob

Anil_Babu_Samineni

How are you assign the credentials for admin, I am integrating few reports by help of .Net Implementation. Do you allocate by help of SSO / Web ticket. How are you align.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
kiranb13
Contributor III
Contributor III
Author

Kindly help me, if there is any material or blogs. I need to begin from the scratch.

kiranb13
Contributor III
Contributor III
Author

Hello Qlik Community,

Can anyone help me as I am new to this area ??

Anil_Babu_Samineni

Don't create duplicate thread.

Re: Integrating Qlikview Reports into another Java Application

Re: Creating Qlikview API

And, Make sure to reply for all possible Questionnaires. Then we came to know what are you doing there and what you are looking. In the above, Myself and Rob replies to you still you are asking about Help.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
kiranb13
Contributor III
Contributor III
Author

Hi Rob,

Its SSO. Signed in with a windows id.

-Kiran

kiranb13
Contributor III
Contributor III
Author

Hi Anil,

We want to align through SSO. Is the Qlikview API is the REST API or SOAP API.

Kindly let me know. I am not finding right solution for integrating Qlikview API's with Java.

-Kiran

kiranb13
Contributor III
Contributor III
Author

Hi Rob,

I need to fetch the Metadata from Qlikview (i.e, Users access, Report roles, report path) to open a Qlikview Report from Java Application .

Is there any API provided for Qlikview. Is it a REST or SOAP API.

Is any better approach ??

-Kiran