MicroStrategy ONE
Hiding the entire navigation bar
The following parameter and value are used to hide the entire navigation bar using the Library URL API, or allow the visibility of elements in the group to be determined individually. When you hide the entire navigation bar, you are making a group-level setting and individual element settings are ignored. When you do not hide the navigation bar, button-level settings determine whether individual elements on the navigation bar are visible.
This is a group-level UI setting. It can be overridden by either a feature-level setting or a UI setting for an individual element.
Parameter | Setting Level | Value | Target Component | Behavior |
---|---|---|---|---|
ui.navigation |
Group |
Possible values include:
|
Navigation bar |
Specifies whether to hide the entire navigation bar or allow individual element settings to determine visibility
|
The sample URLs below show how to hide or display the entire navigation bar in Library. Settings for individual elements in the navigation bar will be ignored.
Sample URL for using a group-level setting to hide the entire navigation bar
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?ui.navigation=false
Sample URL for using a group-level setting to make the entire navigation bar visible
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?ui.navigation=true