Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ronaldwang
Creator III
Creator III

Bookmark to a particular page

in a developed and published app where user has bookmark a particular page, during the development that page was accidentally removed (then re-built), after publishing the new app, we found out that the URL to the same page content (after delete and remove) has changed, is there anyway to make the page using the same URL as before? 

Labels (1)
2 Replies
Vegar
MVP
MVP

If it is a Qlik Sense application bookmark then you re better of just replacing that bookmark. If it is a browser bookmark, then you should also consider updating the bookmark rather than adjusting the url to point to the new sheet.

The only way to adjust the url as I see it is to change the ID of the sheet to the old id. 

Your bookmark url probably looks something like this: https://yourqliksensedomain.se/sense/app/0x0x0x00-000x-00x0-xx0x-00x000x0x000/sheet/123ab456-a12b-1ab2-a123-ab123c4efg5h/state/analysis 

and your current new url looks like this https://yourqliksensedomain.se/sense/app/0x0x0x00-000x-00x0-xx0x-00x000x0x000/sheet/187zx765-n77b-7ab7-a777-ab666c5wer4q/state/analysis 

You will need to figure a way to rename the sheet ID (bold markings in my url) so that it is identical to the old id. I am not the person to help you implement this, but I would guess that a google or community search will give you some insights on how it could be done. 

Good luck
Vegar

 

ronaldwang
Creator III
Creator III
Author

Thank you that sounds like a good direction, in qlikview we can easily change sheet ID but not as easy in qliksense