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