Symptom
- Bookmark does not preserve the current state of the page book widget within the story.
- When accessing the bookmark created after navigating to the second page of the page book widget, it opens to the first page of the widget in the story instead.
Environment
SAP ANALYTICS CLOUD 2024.21.11
Reproducing the Issue
- Login to SAC
- Create a story and add the page book widget.
- Change the page of page book.
- Create a bookmark
- Reload the story again
- Open the created bookmark
- The story will open with first page 1 in page book
Cause
- By design behavior
- PageBook active page key is not saved into SAC story. It means if you save one story that has one PageBook (which has the second page as the active page), and then you open the story again, the active page is still the first page. Bookmark cannot save the state either.
Resolution
-
Create an enhancement request to request this feature https://influence.sap.com/sap/ino/#/campaign/884
- Workaround:
- Insert one PageBook widget.
- Create ScriptVariable_1 using outline. The type is string.
- In Page_1 – onInitialization, add
- PageBook_1.setSelectedKey(ScriptVariable_1);
- In PageBook_1 – onSelect, add
- ScriptVariable_1=PageBook_1.getSelectedKey();
See Also
- 2569847 - Where can you find SAC user assistance (help) to use, configure, and operate it more effectively?
- Have a question? Ask it here and let our amazing SAP community help! Or reply and share your knowledge!
- 2487011 - What information do I need to provide when opening an case for SAP Analytics Cloud?
- 2511489 - Troubleshooting performance issues in SAP Analytics Cloud
- Search for SAP Analytics Cloud content using Google or Bing:
- https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fuserapps.support.sap.com+SAP+Analytics+Cloud
- https://www.bing.com/search?q=site%3Ahttps%3A%2F%2Fuserapps.support.sap.com+SAP+Analytics+Cloud
- Note: Add relevant text or warning/error messages to the text search field to filter results.
- 1515837 - How To: Enhancement Request Process using the Customer Influence and Adopt site
- Bookmark Analytic Applications | SAP Help Portal
- Getting Started with SAP Analytics Cloud Expert Community page
- SAP Analytics Cloud Get More Help and SAP Support
- Need More Help? Contact Support or visit the solution finder today!
Keywords
SAP analytics aloud, SAC, bookmarks, page book, story , KBA , LOD-ANA-DES-FILBMK , SAP Analytics Cloud Classic Story Filters and Bookmarks , Problem
Product
SAP Analytics Cloud 1.0
SAP Knowledge Base Article - Public