Parameter | Value | Description |
Mode Indicates what mode the story will open in. | edit | edit sets the story into edit mode. In edit mode, you can see the mainbar, toolbar, and the pagebar. · The user can switch to present mode via the UI by clicking the present button. · If the user doesn't have edit rights then they will have a read-only view. · If the user does not provide a <story_id> then the mode must be edit. If a story id is not passed in the url, this can be used for creating a new story. Syntax: https://<public url>/sap/fpa/ui/tenants/<tenant name>/bo/story/<story_id>?mode= edit Example display |
present | present sets the story into presentation mode. In present mode, you can see the pagebar, but the mainbar is removed and the toolbar is hidden. The toolbar will show if you hover the mouse over the top of the pagebar. The user can switch to edit mode via the UI by clicking the present button. Syntax: https://<public url>/sap/fpa/ui/tenants/<tenant name>/bo/story/<story_id>?mode= present Example display | |
embed | embed sets the story into embed mode. In embed mode, you can see the pagebar with a filter button, but the mainbar and toolbar are removed. If the pageBar is set to 'disable', then the pagebar will not show. Syntax: https://<public url>/sap/fpa/ui/tenants/<tenant name>/bo/story/<story_id>?mode= embed Example display | |
pageBar Show or disable the pagebar in embed mode only. Will be ignored in other modes. | show | show makes the pagebar visible. There should be a filter button on the right side of the pagebar. Syntax: https://<public url>/sap/fpa/ui/tenants/<tenant name>/bo/story/<story_id>?mode= embed&pageBar=show Example display |
disable | disable makes the entire page bar go away - also prevents the user from opening the filter bar (since the buttons no longer appear). If there are filters pre-defined then the filter bar will be shown. Syntax: https://<public url>/sap/fpa/ui/tenants/<tenant name>/bo/story/<story_id>?mode= embed&pageBar=disable Example display | |
page Launches the story with the given page open. Page referenced by index (1,2,3,...) or by UUID. | Default value=1 <page index> | using page_index for a reference: (page=n) directs to the nth visible page. If there are 4 pages in total and the first page is hidden, page=2 will direct to the third page note that page_index when entered in the URL will be automatically converted to id in the URL fragment. Syntax: https://<public url>/sap/fpa/ui/tenants/<tenant name>/bo/story/<story_id>?page= <page_index> Example display with page=2 |
<page_uu id> | using page_id for a reference every page has its own unique id, so having the page_uuid will direct to that specific page with the uuid. To Access the page unique id, first use the relative page url pointing to the page whose uuid you need. In the url that gets generated, you will be able to retrieve the page uuid as shown in image below. § Syntax: https://<public url>/sap/fpa/ui/tenants/<tenant name>/bo/story/<story_id>?page= <page_uuid> |
Parameter | Value | Description | ||
fxxModel | <model_id> | Identifies the model to filter. This is the technical name of the model. In a story, you can find the model used in a chart as shown in the image below by selecting a chart and seeing it’s context in the Designer Builder Tab. The syntax for building the parameter is fxxModel=modelname:modelname where xx is a number between 0 and 01 and 99. If there are several model passed for filtering then assign a unique value of xx to each model. Example, if we use the model shown in the screenshot as the only model for filters, the construction would be f01Model=zSAP_C4C_LeadsByStatus: zSAP_C4C_LeadsByStatus | ||
fXXDim | <dimension_id> | Identifies the dimension on which to apply the filter. This is the technical name of the dimension. Technical name of a dimension can be found as shown in the image below: Note that a dimension can only be filtered once. If a dimension is repeated, the dimension with the highest index (fxx) will be applied. Syntax fxxDim=<dimension_id> Example, if we use the dimension shown in the screenshot f01Model=zSAP_C4C_LeadsByStatus: zSAP_C4C_LeadsByStatus&f01Dim=SourceID | ||
fXXVal | <values_to_filter_for> | These are the filter values for a dimension. They are ids of the dimension members you want to filter on. The IDs can be found as shown in the image below. These IDs should be same as the ID from C4C. Syntax fxxVal=<member id> If you want to pass more than 1 value then syntax is fxVal=[“<member_id1>”, “<member_id2>”] Example based on screenshot Eg for single value f01Model=zSAP_C4C_LeadsByStatus: zSAP_C4C_LeadsByStatus&f01Dim=SourceID&f01Val=02 Eg for multiple values f01Model=zSAP_C4C_LeadsByStatus: zSAP_C4C_LeadsByStatus&f01Dim=SourceID&f01Val=[“02”,”03”] | ||
fXXOp Indicates which operator to use to filter with. | in | Use in if you want to include the filter values in the selection Syntax fxxOp=in Example f01Model=zSAP_C4C_LeadsByStatus: zSAP_C4C_LeadsByStatus&f01Dim=SourceID&f01Val=[“02”,”03”]&f01Op=in | ||
notIn | Use in if you want to exclude the filter values in the selection Syntax fxxOp=notIn Example f01Model=zSAP_C4C_LeadsByStatus: zSAP_C4C_LeadsByStatus&f01Dim=SourceID&f01Val=[“02”,”03”]&f01Op=notIn |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |