MicroStrategy ONE

Enabling the Logout feature in the Options menu

The following parameter and value are used to specify whether the Logout feature in the Options menu is enabled and visible.

This is a feature-level setting. Feature-level settings override UI settings and also imply UI settings when they are associated with UI elements.

Parameter Setting Level Value Target Component Behavior

feature.options.logout

Feature

Possible values include:

  • true(default)
  • false

Options -> Logout

Specifies whether the Logout feature in Options menu is available

  • When set to "true", the Logout feature in Options menu is enabled and visible.
  • When set to "false", the Logout feature in Options menu is disabled and hidden

The sample URLs below show how to enable and explicitly disable the Logout feature in Options menu.

Sample URL for enabling the Logout feature in Options menu

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

Sample URL for explicitly disabling the Logout feature in Options menu

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