top of page
Thinqviz Admin

Different URL Parameters in SAP Analytics Cloud

SAP Analytics Cloud supports several URL parameters that can be used to customize the user experience or to automate specific actions. Here are some examples of common URL parameters in SAP Analytics Cloud:



  1. ?mode=edit - This parameter opens the SAP Analytics Cloud story in edit mode. For example: https://analyticscloud.sap.com/app/path-to-story?mode=edit

  2. ?mode=view - This parameter opens the SAP Analytics Cloud story in view-only mode. For example: https://analyticscloud.sap.com/app/path-to-story?mode=view

  3. ?saml=SAMLResponse - This parameter is used for single sign-on (SSO) authentication using SAML. The value of the parameter is the SAML response. For example: https://analyticscloud.sap.com/app/path-to-story?saml=SAMLResponse

  4. ?hideHeader=true - This parameter hides the SAP Analytics Cloud header. For example: https://analyticscloud.sap.com/app/path-to-story?hideHeader=true

  5. ?hideFooter=true - This parameter hides the SAP Analytics Cloud footer. For example: https://analyticscloud.sap.com/app/path-to-story?hideFooter=true

  6. ?showDataSources=true - This parameter shows the data sources used in the story. For example: https://analyticscloud.sap.com/app/path-to-story?showDataSources=true

  7. ?language=XX - This parameter changes the language of the SAP Analytics Cloud UI. The value of the parameter is the two-letter ISO code for the language. For example: https://analyticscloud.sap.com/app/path-to-story?language=fr

  8. ?filter=dimension:operator:value - This parameter sets a filter on a specific dimension in the story. The value of the parameter is a colon-separated string that includes the dimension name, operator, and filter value. For example: https://analyticscloud.sap.com/app/path-to-story?filter=Region:eq:North

These are just a few examples of the URL parameters available in SAP Analytics Cloud. By using these parameters, users can customize the user experience and automate specific actions.

50 views0 comments

Comments


bottom of page