Modify the Way an Embedded Story is Displayed
2019-10-15
Beginner
10 min.
Change the display mode of an embedded SAP Analytics Cloud story as well as page and language settings.
You will learn
- How to change the mode an embedded SAP Analytics Cloud story is displayed
- How to open a story with a specific page
- How to change the language your story is displayed in
Prerequisites
-
- You have created the web app from the previous tutorial and you have embedded an SAP Analytics Cloud story.
In the previous tutorial Embed an SAP Analytics Cloud Story in a Simple Web App you have learned how to apply the SAP Analytics Cloud URL API to display a specific story in an <iframe>
. Now you can make use of the display parameters that are added to the story URL as query parameters after the story ID. The following parameters are available:
mode
: indicates the mode the story will open in. By default, “edit” is enabled. The other modes are “display” and “embed”.pageBar
: shows or disables the page bar. By default, the page bar is displayed. This parameter is only applicable to the embed mode and will be ignored in other modes.page
: opens the story page you specify here.lang
: defines the language your story will be displayed in.
You can find a detailed description of the parameters in the API documentation.
Step 1: Enhance the web application
Step 2: Start the web application
Navigate tutorial steps