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