MicroStrategy ONE

Execute a Report in iOS

The following parameters and values are used to execute a report using the mobile URL API.

Parameter Value

evt 

4001  

reportID

ID of the report to execute  

The sample URLs below show how to execute the "Electronics Revenue vs. Forecast" report from inside your custom mobile application. The"Electronics Revenue

Sample URL for executing a report in a .NET environment

Copy
Main.aspx?evt=4001&reportID=EB3CD5D14F4C8C77782AC0882C986B8D

Sample URL for executing a report in a J2EE environment

Copy
mstrweb?evt=4001&reportID=EB3CD5D14F4C8C77782AC0882C986B8D

When you execute a report from outside your custom mobile application, use the syntax shown below:

Sample URL for executing a report from outside MicroStrategy Mobile

Copy
mstr://?evt=4001&reportID=EB3CD5D14F4C8C77782AC0882C986B8D

When you have multiple projects configured in MicroStrategy Mobile, you can use URL parameters to execute a report in a specific Intelligence Server and project. In the absence of these parameters (server and project), the report execution is performed on the first available project in the list of projects on the Settings screen for MicroStrategy Mobile.