MicroStrategy ONE

Enabling the Show Tutorials feature in the Options menu

The following parameter and value are used to specify whether the Show Tutorials 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.showTutorials

Feature

Possible values include:

  • true(default)
  • false

Options -> Show Tutorials

Specifies whether the Show Tutorials feature in Options menu is available

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

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

Sample URL for enabling the Show Tutorials feature in Options menu

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

Sample URL for explicitly disabling the Show Tutorials feature in Options menu

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