Embedding Dashboards and Reports

You can remove the page header for viewing a dashboard or a job status page in your web page, by appending the ?embed=true tag to the end of the URL and embeding it in your web page using an iframe tag.

This article includes the following sections:

Removing the Dashboard Header

The following steps demonstrate how to remove the Arcadia Data header from a dashboard. Note that you can only remove the header in View only mode.
  1. Open any dashboard in View mode. We opened the Cereals Data dashboard. Notice that the dashboard shows the Arcadia Data header at the top.
    Dashboard with Arcadia Data header
    Dashboard with Arcadia Data Header
  2. To remove Arcadia Data header from the dashboard, follow these steps:
    1. Note the URL of the dashboard.
      http://<appserverip>:<port>/arc/apps/app/<dashboard ID>

      In our example, it is

      http://127.0.0.1:8000/arc/apps/app/3851 
    2. Add ?embed=true at the end of the URL and click enter. For example:
      http://127.0.0.1:8000/arc/apps/app/3851?embed=true 
  3. In the following image, notice that the header is removed from the dashboard.

    Dashboard without the Arcadia Data header
    Dashboard without Arcadia Data Header

Removing the Jobs Page Header

The following steps demonstrate how to remove the Arcadia Data header from the Jobs status page. Depending on your role, you can perform actions on this interface, such as cancel or delete scheduled jobs.

Users with view only privileges can cancel and delete operations.

  1. Navigate to a Jobs status page. In the following image, notice that the job status page shows the Arcadia Data header.
    Dashboard with Acadia Data header
    Dashboard with Arcadia Data Header
  2. To remove the header from the job status page, follow these steps:
    1. Note the URL of the dashboard.
      http://<appserverip>:<port>/arc/jobs/<jobs ID>

      In our example, it is

      http://127.0.0.1:8000/arc/jobs/adminlogs
    1. Add ?embed=true at the end of the URL and click enter. For example:
      http://127.0.0.1:8000/arc/jobs/adminlogs?embed=true

    In the following image, notice that there is no header on the Jobs status page.

    Job Status page without Arcadia Data header
    Jobs Status Page without Arcadia Data Header