EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB45218: How to construct the URL API to execute a document with a specific panel set in Presentation mode in MicroStrategy Web?


Community Admin

• Strategy


This technical note describes the steps to construct a URL that executes a Report Services Document in Presentation Mode and selects a specific panel.
Example URL for Strategy Web JSP environments:
 


./mstrWeb?
evt=2048001
&src=mstrWeb.2048001
&documentID=6EB6E4BE47B833D1F10AA9B0FF6758F6
&evt=2048076
&src=mstrWeb.oivm.rwb.2048076
&psKey=W137
&pKey=W485
&evtorder=2048001%2c2048076&2048001=1&2048076=1

Example URL for Strategy Web ASP environments:

./Main.aspx?
evt=2048001
&src=Main.aspx.2048001
&documentID=6EB6E4BE47B833D1F10AA9B0FF6758F6&evt=2048076
&src=Main.aspx.oivm.rwb.2048076
&psKey=W137
&pKey=W485
&evtorder=2048001%2c2048076&2048001=1&2048076=1

 
The parameters below are required to execute a document (using ASP syntax):

evt=2048001
&src=Main.aspx.2048001
&documentID=

The parameters below are required to assign the panel in a specific panel stack. 

&evt=2048076
&src=Main.aspx.oivm.rwb.2048076
&psKey=
&pKey=

In order to identify the panel stack and panel key, refer to KB42551: Constructing URL API to Run a Report Services Document with a Specific Panel selected in MicroStrategy Web 9.4.x for non Express mode .
 
The parameters below are used to determine the execution order when using multiple events:

&evtorder=2048001%2c2048076
&2048076=1
&2048001=1

Note: If the error "Unexpected Execution Status:16" is encountered during execution of above URL, refer to KB45231 - "Unexpected execution status: 16" error message appears when attempting run a URL API link with multiple events in MicroStrategy Web .

KB45218


Comment

0 comments

Details

Knowledge Article

Published:

March 30, 2017

Last Updated:

December 4, 2018