Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get the app url?

Hello,

I have a .Net project (C#) and display all apps, which are available on hub. After a selection of an app, I provide all sheetnames.

Depending on the sheetname selection, I want to show this in a webbrowser control. How do I get the correct url?

SingleUrl - Method doesn't return the correct one.

Thanks René

1 Solution

Accepted Solutions
Stefan_Walther
Employee
Employee

Hi,

use the Single Integration API to get the entire sheet (Single Integration API reference).

Note, the single configurator will help you to define the URL (Single configurator).

Regards

Stefan

View solution in original post

4 Replies
datanibbler
Champion
Champion

Hi René,

I know nothing about .Net, but you can append a sheet_ID to the URL for the app - that does not work?

Stefan_Walther
Employee
Employee

Hi,

use the Single Integration API to get the entire sheet (Single Integration API reference).

Note, the single configurator will help you to define the URL (Single configurator).

Regards

Stefan

Anonymous
Not applicable
Author

Hi,

you can find  sheet URL here:
http://localhost:4848/single

If you want to show only chart URL , you need to select which chart URL you want to see. If you want to see whole sheet but with different selections, you need to create bookmark.

43.png

Not applicable
Author

Thank you this works.

But I have to call the https://<ServerName>/single Url before calling my singleUrl, since I got problems with permission.