Configure an Embedded Dashboard to Display a Specific Tab

You can configure an embedded dashboard to display a specific tab whenever a user opens it in the embedding web application.

You can also combine this technique with the Hide the Header of an Embedded Dashboard technique to restrict the dashboard view to a specified tab.

Steps:

  1. Open both dashboards in a single browser (recommended).

  2. In the source dashboard, open the desired tab.

  3. Copy the tab’s object identifier value.  From the end of the URL, copy all the text following the pipe symbol (|) to the end of the URL. Paste it in the text editor for use later.

    https://secure.gooddata.com/#s=/gdc/projects/8thc020r46ru5mej90dewtxsdmfdmn9w|projectDashboardPage|/gdc/md/8thc020r46ru5mej90dewtxsdmfdmn9w/obj/1018371|a424c3eaf1df

  4. In the source dashboard, click the Gear icon, and then click Embed.

  5. Select and copy the HTML code, and then click Close.

  6. Paste the HTML code in the text editor for use later in this procedure.

  7. Open the target dashboard page, click the Gear icon, click Edit, and then, click Web Content.

  8. In the Add Web Content dialog box, paste the HTML code that you copied from the source dashboard.

  9. Click Save.

  10. Drag the embedded dashboard to the desired location.

  11. With the embedded dashboard selected, click the Link icon. 

  1. At the end of the HTML code, type &tab= followed by the tab’s object identifier that you copied from the source dashboard in step 3.

  2. (Optional) Add one of the query parameters to the HTML code: 

    • To hide the Powered by GoodData logo from the header of the embedded dashboard, type &showGDLogo=false at the end of the URL.

    • To hide the whole header of the embedded dashboard, type &nochrome=true at the end of the URL.

  3. Click Save to close the Add Web Content dialog box.

  4. Click Save in the upper right of the dashboard to exit edit mode.

  5. Refresh the browser window.