Symptom
- Adding the parameter: mode=present, to a Story URL, does not open the Story in Presentation mode.
- SAP Analytics Cloud Story opens in View mode, instead of Presentation mode, when using a custom link url to the Story, with the view mode parameter set to presentation.
Environment
SAP Analytics Cloud
Reproducing the Issue
- In SAP Analytics Cloud, create a Story.
- In Story Sharing, create a Custom link to the Story.
- At the end of the Story Custom link URL, add the Presentation Mode parameter (?mode=present)
https://<TENANT>/<Story Custom Link>?mode=present - When opening the Story, it opens in View mode, instead of Presentation Mode.
Cause
- Custom link to a Story is not supported with SAP Analytics Cloud URL API
- This is why when using a custom link and adding the presentation mode parameter at the end of the url, it open the Story in View Mode, because the values added at the end are ignored.
Resolution
- When using SAP Analytics Cloud URL API, it is required to use the full Story url like:
https://<TENANT>/sap/fpa/ui/tenants/<TENANT_ID>/app.html#/story&/s/<STORY_ID>
- Therefore to open the Story in Presentation mode using the SAP Analytics Cloud URL API parameter: mode=present, use the full Story url like:
https://<TENANT>/sap/fpa/ui/tenants/<TENANT_ID>/app.html#/story&/s/<STORY_ID>?mode=present - For more details, see the documentation on how to use SAP Analytics Cloud URL API
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
Keywords
SAC, custom link , KBA , LOD-ANA-DES , Story Design & Visualizations , Problem
Product
SAP Analytics Cloud 1.0
SAP Knowledge Base Article - Public