Strategy ONE

Opening a Specified Sheet in a Dashboard Using the URL API

The table below shows the URL parameters used to run a dashboard and open it with a specified sheet selected. You use either a key or an index value to specify the sheet. If you use a key, you must obtain it using code or get it from the HTML. If you use an index value, you specify it using base 0. For example, if you want to select the 6th of 10 sheets, you would use an index value of 5.

Argument Description

evt

3140 - ReportExecuteEvent

Allows users to specify the sheet that will be opened when a dashboard is run

src

The page component that should handle the action and the event

documentID

Specifies the ID of the dashboard to run

layoutKey

Key that identifies a specific sheet in the dashboard

layoutIndex

Base 0 index value that identifies a specific sheet in the dashboard

The sample URL shown below illustrates how to execute a document that is part of the MicroStrategy Tutorial project and open the first sheet in the document.

J2EE environment:

http://webserver/MicroStrategy/servlet/mstrWeb?

Server=localhost

&Project=MicroStrategy+Tutorial

&Port=0

&uid=Administrator

&pwd=

&src=mstrWeb.3140

&evt=3140

&documentID=A8D3D83748F566F36EC660A9744E180E

&layoutIndex=0

.NET environment:

http://webserver/MicroStrategy/asp/Main.aspx?

Server=localhost

&Project=MicroStrategy+Tutorial

&Port=0

&uid=Administrator

&pwd=

&src=mstrWeb.3140

&evt=3140

&documentID=A8D3D83748F566F36EC660A9744E180E

&layoutIndex=0

See also: