Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I have few sheets in Qliksense app and want to create some nice menu bar having buttons to click and navigate to respective sheet.
How do we can do this in sense.
Thanks
Hi, you will have to use mashup techniques in your application
follow
https://help.qlik.com/en-US/sense-developer/June2018/Subsystems/Mashups/Content/mashups-start.htm
Introducing DAR mashup template
Reguards
Thanks. I am actually new to sense so can you please help me in finding sheetid for a sheet
As I remember, the url contains the sheet id.
If you use Qlik sense Desktop then after open the program go to the browser and navigate it to http://localhost:4848/hub/ url, and open the application.
the sheetId will be the bold part of URL:
http://localhost:4848/hub/...sheet/a9e37b32-fe0e-4b6c-a152-8ed55fa8009c/state/analysis
G.
Thanks Gabor. Is there any extension to get dropdown containing sheet ids.
I don't know, but you can take a look the http://branch.qlik.com
I think there is an API for this, you may get the IDs programmatically.
OR
You can use the KPI object's "Link to sheet" option, with it you can link the user to another sheet.
https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/Visualizations/KPI/KPI.htm
G.