MicroStrategy ONE

Enabling the Copy Link feature

The following parameter and value are used to specify whether the Copy Link feature 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.share.link

Feature

Possible values include:

  • true(default)
  • false

Share → Copy Link

Specifies whether the Copy Link feature is available

  • When set to "true", the Copy Link feature is enabled and visible.
  • When set to "false", the Copy Link feature is disabled and hidden

The sample URLs below show how to enable and explicitly disable the Copy Link feature.

Sample URL for enabling the Copy Link feature

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

Sample URL for explicitly disabling the Copy Link feature

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