MicroStrategy ONE
Execute a Document in Android
The following parameters and values are used to execute a document using the mobile URL API.
Parameter | Value |
---|---|
evt |
2048001 |
documentID |
ID of the report services document to execute |
The sample URLs below show how to execute the "Inventory by Subcategory" document from inside your custom mobile application. The "Inventory by Subcategory" document is part of the MicroStrategy Tutorial project. MicroStrategyMobileServer is the name of your MicroStrategy Mobile Server.
Sample URL for executing a document in a .NET environment
Main.aspx?evt=2048001&documentID=41B1166B4C84A759CC2C19BB07C2EC00
Sample URL for executing a document in a J2EE environment
mstrweb?evt=2048001&documentID=41B1166B4C84A759CC2C19BB07C2EC00
When you execute a document from outside your custom mobile application, use the syntax shown below:
Sample URL for executing a document from outside MicroStrategy Mobile
mstr://?evt=2048001&documentID=41B1166B4C84A759CC2C19BB07C2EC00
When you have multiple projects configured in MicroStrategy Mobile, you can use URL parameters to execute a document in a specific Intelligence Server and project. In the absence of these parameters (server and project), the document execution is performed on the first available project in the list of projects on the Settings screen for MicroStrategy Mobile.