MicroStrategy ONE
Hiding the Bookmark icon in the Dashboard view
The following parameter and value are used to specify whether the Bookmark icon is hidden or visible in the Dashboard view. Because the default value for this parameter is "true", the Bookmark 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.bookmark |
Individual element |
Possible values include:
|
Bookmark icon (Dashboard view) |
Specifies whether the Bookmark icon is visible in the Dashboard view
|
Sample URL for hiding the Bookmark icon in the Dashboard view
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?ui.navigation.bookmark=false
Sample URL for explicitly making the Bookmark icon visible in the Dashboard view
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?ui.navigation.bookmark=true