MicroStrategy ONE

Hiding the Options icon

The following parameter and value are used to specify whether the Options icon is hidden or visible. Because the default value for this parameter is "true", the Options 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.options

Individual element

Possible values include:

  • true (default)
  • false

Options icon

Specifies whether the Options icon is visible

  • When set to "true", the element remains visible.
  • When set to "false", the element is hidden.

Sample URL for hiding the Options icon

http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?ui.navigation.options=false

Sample URL for explicitly making the Options icon visible

Because the default value for this parameter is "true", the Options icon will remain visible even if this variable is not explicitly set.

http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?ui.navigation.options=true