MicroStrategy ONE
Display the Group-By Selection Screen in iOS
The table below lists the URL parameters and values that are required to display the group-by selection screen on an iPhone using the URL API. For this action, the URL link must be embedded in a document, and the Group-By will be based on the specified attribute in the executed document.
Parameter | Value |
---|---|
a |
{&AttributeName@GUID} where GUID specifies the identifier of the attribute whose element will be used to group the data. |
e |
{&AttributeName@ElementID} where ElementID specifies the GUID of the attribute element that will be used to group the data 0: Show a list of all elements for the specified attribute, allowing the user to select the group-by attribute element Not 0: Set the specified element as the group-by selection directly, without any user interaction |
s |
Style used to display the attribute elements: 0: Display elements in a half-screen, above the document 1: Display elements in a full screen This parameter is used only when e=0. |
The sample URLs shown below illustrate how to display in a directory-like list the group-by Region elements in the executed document.
Example for an iPhone:
mstr://gb/?e={Region@ElementID}a={Region@GUID}s=0