Using links to navigate between pages in an iPhone document

You can use links in a document displayed on the iPhone to display specific pages in MicroStrategy Mobile. For example, you can add a link to display the Home screen or the My Reports folder.

Steps are below to create a link to a page in MicroStrategy Mobile. Links created in the Link Editor are not supported in MicroStrategy Mobile for iPhone, except for links created in:

Note: If you add a link to a text field, the user will only be able to open the link by selecting the link text on the iPhone or iPad. To create a link with a larger area that is easier to select, you can define a link that includes both the text and the area around it, or create an image button that users can select. To do this, you can:

To create a link to navigate between pages in MicroStrategy Mobile

  1. Open the document in Design or Editable Mode.

  2. To use a text field for the hyperlink, complete the following steps (see the next step for instructions to add an image instead):

    1. From the Insert menu, select Text.

    2. Click in the section of the document where you want to place the text field. If you click and drag in the section, you can size the text field.

    3. Type the text to be displayed to users into the text field. You can add static text, dynamic text (in the form of data fields and auto text codes), or a combination to the text field:

  3. To use an image for the hyperlink, complete the following steps:

    1. From the Insert menu, select Image.

    2. Click in the section of the document where you want to place the image. If you click and drag in the section, you can size the image. The Properties and Formatting dialog box opens.

    3. Type the address of the image file to insert in the Source field.

    4. Click OK. The image appears in the document.

  4. Right-click the image or text field and select Properties and Formatting. The Properties and Formatting dialog box opens.

  5. From the left, select General.

  6. Select the Is Hyperlink check box.

  7. Type the URL of the link in the Hyperlink field. The table below lists the types of links you can create, and the URL to create them.

  8. To have the link run a report or document, replace the italicized variables in the link URL, as summarized in the table below. Links that do not run a report or document, such as a link that returns to the Reports screen, do not require any additional parameters.

  9. Click OK to save changes.

The table below lists the types of links you can create, and the URL to use to create them.

Task

URL

View a folder

mstr://?evt=2001&folderID=foldernumber

Replace foldernumber with the ID of the folder you want to display.

Display the Shared Reports folder

mstr://?evt=2001&systemFolder=7

Display the My Reports folder

mstr://?evt=2001&systemFolder=20

Email a screenshot of the document

mstr://?evt=3037

The screenshot is added to the email as an attachment. To add a subject to the email, add &emailSubject=subject to the end of the URL, then replace subject with the subject. For example, to send an email with the subject "Your requested report", type mstr://?evt=3037&emailSubject=Your+requested+report.

Display the Help screen

mstr://?evt=3994

Display the Home screen

mstr://?evt=3995

Display the Shared Library

mstr://?evt=3996

Display the Reports screen

mstr://?evt=3997

Display the Status screen

mstr://?evt=3998

Display the Settings screen

mstr://?evt=3999

Return to the previously viewed page (iPad only)

mstr://?evt=3124

Display a specific Information Window

mstr://?evt=2048500&panelName=Name

Replace Name with the name of the panel stack you have created to use as the Information Window.

Display a web page in the internal web browser (iPad only)

By default, links to web pages open in the Safari web browser. You can choose to open the link in the internal web browser instead.

WebPageURL?inapp=1

Replace WebPageURL with the URL of the web page you want to display in the internal web browser. If the URL contains a ? (question mark) followed by a list of parameters, such as http://news.google.com/news?ned=us&topic=h&output=rss, type & (ampersand) followed by inapp=1. For example, http://news.google.com/news?ned=us&topic=h&output=rss&inapp=1.

Otherwise, the URL of the web page you want to display must end with a / (forward slash), followed by inapp=1. For example, to link to the Google web page, the URL is http://www.google.com/?inapp=1.

Display a selection screen that allows you to specify the element to use to group data

 

mstr://gb/?e={&AttributeName@ElementID}&a={&AttributeName@GUID}&s=style

Replace AttributeName with the name of the attribute you want to use to group data. Replace style with one of the following:

  •  

  • To display the attribute elements in a telephone directory style list: 0

  • To display the attribute elements on a wheel: 1

Related topics