Sharing and embedding dashboards
To share a dashboard or a panel
- Open a dashboard and click Share.
If you are sharing only a panel, click the title header of a panel and click the Share icon. - Select one of the following options based on how you want to share the dashboard or panel.
Share snapshot — Share a dashboard or panel instantly with the BMC Helix Dashboards users within your organization. When you share a snapshot, sensitive data is removed and only the metrics data is displayed. While sharing, you can add a name for the snapshot and add an expiry time. The snapshot will not be available after the expiry time. You can also choose to configure a timeout for the dashboard or panel to collect data before taking a snapshot.
- Download — Save or view a dashboard or panel as a PDF, XLS, or CSV file. You can select the page layout for the PDF. You can also configure the formats to download a dashboard. For more information, see To configure variable for supported report formats.
To download a dashboard or panel as a CSV file
You can use the CSV format only for table-type panels in a dashboard. If a dashboard contains multiple panels with only a few table-type panels amongst them, the CSV report is created only for the table-type panels in the dashboard. If a dashboard contains no table-type panels, the CSV report is not created. You also need to specify a delimiter value to download the required dashboard in CSV format.
- Navigate to the required dashboard and click Share.
If you are sharing only a panel, click the title header of a panel and click the Share icon. - Select Download.
- From the Type list, select CSV.
- From the Delimiter list, select the required delimiter value for the CSV file.
The default is comma. - (Optional) Use the toggle key to hide the table header rows in the CSV file.
- From the Field enclosure list, select one of the following options to specify how fields are quoted in the CSV file:
- Default—Each field is quoted only when required, for example, when a field already contains a special character such as a comma.
- Double quote—Each field is enclosed with double quotes, including blank values.
- From the New line format list, select one of these options:
- CR—The CSV is exported with the (/r) end line character. This option is used for the Mac operating system.
- CRLF—The CSV is exported with the (/r/n) end line characters. This option is used for the Windows operating system. Each line ends with a combination of carriage return and line feed characters. This value is used by default.
- LF—The CSV is exported with the (/n) end line character. This option is used for Unix or Linux systems. Each line ends with a single line feed character.
- Click Download CSV.
The report will be downloaded as a zip file.
To download a dashboard or panel as a PDF
You can download a dashboard or any of its panels in the PDF format.
Navigate to the required dashboard and click Share.
If you are sharing only a panel, click the title header of a panel and click the Share icon.- Click Download.
- From the Type list, select PDF.
From the Layout field, select Grid or Simple.

- From the Orientation field, select Portrait or Landscape.
- Click Download PDF.
To view multilingual text in the PDF output for the Simple layout
You can download a dashboard or its panels containing multilingual text to PDF with the Simple layout for the following visualization types: Table, BMC Table, and Cross-tab visualization
The following multilingual languages are supported:
Perform these steps to view multilingual text in the PDF output:
- Open the dashboard.
- Click Settings
. - Click the toggle key to enable the display of multilingual text in the PDF output.

- Save the changes.
- On the Download page, select the type as PDF, layout as Simple, and the required orientation.
- Click Download PDF.
The downloaded PDF shows the multilingual text.
To embed dashboards or panels in external applications
As a tenant administrator or an editor, embed dashboards or panels into any external application by using an iframe. By doing so, you can view a dashboard or a panel directly from an external application without logging into BMC Helix Dashboards.
- Open a dashboard and click a panel title.
- Click Share.
- Select the Share embed.
Copy the HTML Code displayed in the Embed HTML box and paste it into the external application to view the panel.
<iframe src="https://<tenantURL>/dashboards/d-solo/UID-EVENTDATA/event-data?orgId=6881408&from=1646032655008&to=1646205455008&panelId=6" width="450" height="200" frameborder="0"></iframe>In the above URL:
- EVENTDATA indicates the dashboard's UID.
- from=1646032655008&to=1646205455008 indicates the date/time range for which the data will be displayed in the external application.
- panelId=6 indicates the panel that you want to embed.
- width="450" height="200" indicates the size of the panel that will be displayed in the external application.
(Optional) If you want to embed a dashboard in an external application, copy the URL of the dashboard as displayed on your computer screen and create an iframe URL:
<iframe src="https://<tenantURL>/dashboards/d/UID-EVENTDATA/event-data?orgId=6881408&kiosk=tv&from=1646032655008&to=1646205455008 width="800" height="400" frameborder="0"></iframe>where kiosk=tv indicates that the dashboard will be displayed in cycle view mode.