MicroStrategy ONE

Rendering MicroStrategy Library as an embedded app

The following parameter and value are used to specify whether to render the Library App as an embedded app, using the Embedding SDK.

The app.freeLogin setting is expected to work together with this setting to provide background login experience for the embedded mode.

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

app.embedded

Feature

Possible values include:

  • true
  • false (default)

n/a

Specifies whether the Library App is rendered as an embedded app, using the Embedding SDK

  • When set to "true", Library is rendered as an embedded app.
  • When set to "false", Library is rendered as a stand-alone app.

The sample URL below shows how to specify that MicroStrategy Library should be rendered as an embedded app using Embedding SDK code.

Sample URL for

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