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