MicroStrategy ONE
Select a Specific Panel in a Panel Stack in iOS
The following parameters and values are used to select a specific panel from an opened panel stack using the mobile URL API on an iPhone or iPad. The URL link must be embedded in the document that contains the panel stack, and the panel stack must already be open. You can use either the key or the name of the panel or panel stack.
Parameter | Value |
---|---|
evt |
2048076 |
pKey
|
Key of the panel to select To select multiple panels, separate the keys of the panels to select, in the order of the panel, with " | ", as shown below: mstr://…&pKey=PanelK1|PanelK2|... |
psKey |
Key of the panel stack to target To target multiple panel stacks that are already open, separate the keys of the panel stacks to target with " | ", as shown below: mstr://psKey=PanelStack1|PanelStack2|…&pKey=PanelK1|PanelK2|... |
pName |
Name of the panel to select mstr://&pName=PanelK1|PanelK2|... |
psName |
Name of the panel stack to target mstr://psName=PanelStack1|PanelStack2|…&pKey=PanelK1|PanelK2|... |
The sample URL below shows how to select the Mid-Atlantic panel from the Regions panel stack from inside your custom mobile application.
Sample URL for selecting a specific panel in a panel stack
mstr://?evt=2048076&psName=Regions&pName=Mid-Atlantic