Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlik sense desktop mash-up into web app

Hi all,

I'm trying to import objects from a Qlik sense dashboard in a web app. I created a mashup from dev-hub. The version of Qlik sense is desktop, my question is:

Can i use the Qlik sense APIs with Desktop version?

In my web app I have this problem when I make the "app.getObject()" method (attached).

1 Solution

Accepted Solutions
Michael_Tarallo
Employee
Employee

Hello Andrea,

You might want to take a look at Qlik Playground as well to learn more how this can be done with NODE.JS.

Qlik Playground

You cannot use Tomcat as you are using it here with a local instance of Qlik Sense Desktop. It does not accept incoming connections. That is why you are getting the NOT Allowed message.

Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.

Regards,

Mike Tarallo

Qlik

Regards,
Mike Tarallo
Qlik

View solution in original post

9 Replies
lakshmikandh
Specialist II
Specialist II

yes Qlik mashup APIs will work in desktop, but within that particular system, not from outside.

shraddha_g
Partner - Master III
Partner - Master III

For using Mashup with Web API, I guess QAP will be good option.

Not applicable
Author

My goal is to create a web service that returns an object of the dashboard to an external portal. Which way do recommend?

I have already discarded the road "Single integration"

Not applicable
Author

So i can not access the "Qlik local server" from a web service installed on tomcat?

shraddha_g
Partner - Master III
Partner - Master III

Create mashup then and use it in web portal

Not applicable
Author

I tried, but i find those error (attacched on top).

Michael_Tarallo
Employee
Employee

Hello Andrea,

You might want to take a look at Qlik Playground as well to learn more how this can be done with NODE.JS.

Qlik Playground

You cannot use Tomcat as you are using it here with a local instance of Qlik Sense Desktop. It does not accept incoming connections. That is why you are getting the NOT Allowed message.

Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.

Regards,

Mike Tarallo

Qlik

Regards,
Mike Tarallo
Qlik
Alexander_Thor
Employee
Employee

Hey Andrea,

The Qlik Sense Desktop edition is intended for personal use and hence it will only listen/respond on localhost.
So you can't use the desktop edition to serve up content to an external audience, you would need a server license to achieve that.

shraddha_g
Partner - Master III
Partner - Master III

YOu can not import objects from Qlik sense Desktop to Web App/Web Portal.

You can develop mashup/ app on Qliksense Desktop.

Import that app /mashup on Qliksense Server (Here you can have Qliksense Enterprise Server/ Qlik Analytics Platform. For your purpose Qlik Analytics Platform is more suitable I guess.)

And then give access to users on those app/mashups.

I hope it is helpful.