MicroStrategy ONE

Hiding the Share icon in the Dashboard view

The following parameter and value are used to specify whether the Share icon is hidden or visible in the Dashboard view. Because the default value for this parameter is "true", the Share icon will remain visible even if this variable is not explicitly set.

This is a UI setting for an individual element. It can be overridden by a feature-level setting.

Parameter Setting Level Value Target Component Behavior

ui.navigation.share

Individual element

Possible values include:

  • true (default)
  • false

Share icon (Dashboard view)

Specifies whether the Share icon is visible in the Dashboard view

  • When set to "true", the element remains visible.
  • When set to "false", the element is hidden.

Sample URL for hiding the Share icon in the Dashboard view

http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?ui.navigation.share=false

Sample URL for explicitly making the Share icon visible in the Dashboard view

http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?ui.navigation.share=true