MicroStrategy ONE

Display the Group-By Selection Screen in Android

The table below lists the URL parameters and values that are required to display the group-by selection screen 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.

You can use this URL API to allow users to select the group-by element from a list of all elements for a specified attribute, or you can set the group-by element programmatically without any user intervention.

Parameter Value

a

{&AttributeName@GUID}

where GUID specifies the identifier of the attribute whose element will be used to group the data. 

e

{&AttributeName@LongElementID}

where LongElementID specifies the GUID of the attribute element that will be used to group the data.

 e=0:  Show a list of all elements for the specified attribute, allowing the user to select the group-by attribute element

 e={&AttributeName@LongElementID:  Set the specified element as the group-by selection directly, without any user interaction 

The sample URL shown below illustrates how to display in a directory-like list the group-by Region elements in the executed document.

Example for an Android mobile device:

Copy
mstr://gb/?a={&Region@GUID}&e={Region@LongElementID}