Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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é
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
Hi René,
I know nothing about .Net, but you can append a sheet_ID to the URL for the app - that does not work?
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
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.
Thank you this works.
But I have to call the https://<ServerName>/single Url before calling my singleUrl, since I got problems with permission.