MicroStrategy ONE
Change the Selector on the Current Layout in iOS
The following parameters and values are used to change the attribute or attribute element that should be used as a selector to determine the content that is displayed on the current layout in a document or dashboard.
Parameter | Value |
---|---|
evt |
2048084 |
sKey |
Selector control key: Key of the attribute or attribute element to use as the selector |
sName |
Selector control name: Name of the attribute or attribute element to use as the selector |
sIndex |
Selector index: Index of the attribute or attribute element to use as the selector |
The sample URLs below show how to change the attribute or attribute element that should be used as a selector for the content displayed on the current layout in a document from inside your custom mobile application. MicroStrategyMobileServer is the name of your MicroStrategy Mobile Server.
Sample URL for displaying a specific document layout in a .NET environment
Main.aspx?evt=2048084&sName=Selector44&sIndex=0
Sample URL for displaying a specific document layout in a J2EE environment
mstrweb?evt=2048084&sName=Selector44&sIndex=0
When you execute a document and specify the selector from outside your custom mobile application, use the syntax shown below:
Sample URL for displaying a specific document layout from outside MicroStrategy Mobile
mstr://?evt=2048084&sName=Selector44&sIndex=0