Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
henriquezero
Contributor
Contributor

Qlik .NET SDK embedding apps in web page without user logged

My goal is to create a web hub where my customers insert they apps in my qlik desktop/cloud server and my website will list them and users can click and open a embedded page of the app.

 

I achieved this code that returns me the list of apps on my qlik:

ILocation location = Qlik.Engine.Location.FromUri(new Uri("ws://localhost:4848"));
location.AsDirectConnectionToPersonalEdition();

var app = location.GetAppIdentifiers();

 

But how I pass the app data to webpage for embedding, its possible to get the iFrame link from there? Or generate a link using that variable? 

Labels (4)
1 Reply
Øystein_Kolsrud
Employee
Employee

Hi! It is certainly possible to embed Qlik Sense applications in web pages. Exactly how to do that depends on whether you base your solution on the client managed or cloud based version of the product, and on what you want to embed (a full sheet, a single chart, or simply information extracted from the engine?). I don't think it will be possible to do this through the desktop version of Qlik Sense though.

Here are some pages that can get you started:

Client Managed:

Cloud: