
Access modern, interactive dossiers of analytics. The app acts a central hub to access a personalized set of modern analytics and visualizations: MicroStrategy dossiers. To understand the parameters that can be sent for this endpoint, see the MicroStrategy REST server Swagger documentation. Built by the leader in mobile analytics, the MicroStrategy Library app lets you take your enterprise intelligence with you wherever you goonline or offline. This can be done with a javascript XHR call using XMLHTTPRequest().

Dossier microstrategy code#
Now, you will add code to enable single sign-on.
Dossier microstrategy how to#
In the following steps, you will learn how to enable single sign-on. Because you did not integrate single sign-on (SSO), you will be prompted for credentials. Open your HTML file in a browser to view the embedded dossier. Var container = document.getElementById("mydossier"),
Dossier microstrategy update#
You need to update the value for url to reference a dossier in your environment you can obtain this value by running a dossier in MicroStrategyLibrary and copying the URL. This javascript file is included in the MicroStrategyLibrary web application. In the sample code, you reference the embeddinglib.js file, which contains the Embedding API, as the value of the src attribute in the first node. Simply download the file, extract its contents, and use it as the basis of your code as you follow the steps. To make it easier for you, we have provided a sample HTML file that has the basic content described below.

If this is not the same application server running the MicroStrategyLibrary application, you may need to perform additional configuration to support Cross-Origin Requests (CORS).Ĭreate an HTML file in your favorite IDE or text editor, using the sample HTML content shown below, and save it in the EmbeddedDemo folder. Open Tomcat or another web application server and create a folder called EmbeddedDemo in the webapps directory. Deploy the MicroStrategyLibrary web application locally or in a Cloud instance.To set up the sample, follow the steps below. However, once the dossier is embedded, the sample can be extended by adding other functionality supported by the Embedding API, such as controlling navigation, retrieving and applying filters, setting properties, and managing events like page changes. To help you get started embedding MicroStrategy content into a web application or portal, we have provided a sample that embeds a MicroStrategy dossier into an HTML page.
