> ## Documentation Index
> Fetch the complete documentation index at: https://insightsoftware-preview.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Use A Dashboard In A Report

export const InlineImage = ({src, href, alt = "", size = "medium", customSize, position = "left", children}) => {
  const sizeClasses = {
    small: "w-6 h-6",
    medium: "w-8 h-8",
    large: "w-12 h-12",
    xlarge: "w-16 h-16"
  };
  const ImageComponent = () => <img src={src} alt={alt} className={customSize ? '' : sizeClasses[size]} style={{
    verticalAlign: 'baseline',
    display: 'inline-block',
    margin: '0',
    padding: '0',
    border: 'none',
    maxHeight: '1em',
    ...customSize ? {
      width: customSize,
      height: customSize
    } : {
      width: '1em',
      height: '1em'
    }
  }} />;
  const imageElement = href ? <a href={href} className="inline-block border-b-0 no-underline">
            <ImageComponent />
        </a> : <ImageComponent />;
  return <>
            {position === "left" && imageElement}
            {position === "left" && " "}
            {children}
            {position === "right" && " "}
            {position === "right" && imageElement}
        </>;
};

<b>This applies to:</b> *Managed Dashboards, Managed Reports*

You can use an existing view such as a dashboard in your report, scorecard, or small multiple.

Reports, scorecards, and small multiples are able to repeat the same view multiple times, each for a different parameter value. You might also use a report to format multiple dashboards into pages that can be exported to PDF.

## Example Dashboard

In this example, we will use *My First Dashboard* from the *Getting Started project*.

Open your instance and switch to the *Getting Started* project.

<Frame>
  <img src="https://mintcdn.com/insightsoftware-preview/FG3N8LF4uNK7BaY1/images/image_5762.png?fit=max&auto=format&n=FG3N8LF4uNK7BaY1&q=85&s=3e2019913ef099836a742ce573166564" alt="Switch to the Getting Started project" width="417" height="482" data-path="images/image_5762.png" />
</Frame>

*My first dashboard* is found in this project.

## Repeating a Dashboard

From the main menu, click <b>New</b> and select <b>Report</b>, for example, to create a new report. The steps are similar for scorecards and small multiples.

In the <b>Explore</b> window, locate the *Product Sales data* cube and drag *Product* onto the grouping drop area (drop data here...).

Symphony automatically creates a data label and header for the grouping hierarchy, which are optional and you can delete them if preferred.

<Frame>
  <img src="https://mintcdn.com/insightsoftware-preview/FG3N8LF4uNK7BaY1/images/image_6432.png?fit=max&auto=format&n=FG3N8LF4uNK7BaY1&q=85&s=0c9d3efe1c30b89090cd16e0ab6e88f0" alt="Drop the grouping hierarchy" width="1248" height="471" data-path="images/image_6432.png" />
</Frame>

Locate *My first dashboard* and drag it onto the Group Body region. Resize it as needed to fit the dashboard.

<Frame>
  <img src="https://mintcdn.com/insightsoftware-preview/NUbbbLsbzDpwHPYQ/images/image_4434.png?fit=max&auto=format&n=NUbbbLsbzDpwHPYQ&q=85&s=89244cbe84d18f8b9cfbc13c2b5b1f30" alt="Drop the dashboard" width="1248" height="494" data-path="images/image_4434.png" />
</Frame>

With the dashboard selected, open the <b>Properties</b> window.

Click <b>Repeater Mappings</b>.

<Frame>
  <img src="https://mintcdn.com/insightsoftware-preview/FG3N8LF4uNK7BaY1/images/image_6463.png?fit=max&auto=format&n=FG3N8LF4uNK7BaY1&q=85&s=1360729b3dbee781973f3fdbc4c1170f" alt="Click Repeater Mappings" width="373" height="437" data-path="images/image_6463.png" />
</Frame>

In the *Set Up Parameter* Mappings dialog, click <b>Add new mapping</b>.

Select <b>Product (Filter Value)</b> under Repeater Group and <b>Product</b> under *My First Dashboard*.

<Frame>
  <img src="https://mintcdn.com/insightsoftware-preview/vrCSq4zjYJiUEBhY/images/image_9705.png?fit=max&auto=format&n=vrCSq4zjYJiUEBhY&q=85&s=c4b1bb5646a098bb9a5befa550963171" alt="Set up the parameter mappings" width="704" height="488" data-path="images/image_9705.png" />
</Frame>

Click the <b>Submit</b> button at the bottom of the dialog, and switch to [View mode](/logi-symphony/symphony/v24/dashboards/edit-versus-view-mode-and-sandbox-view).

<Frame>
  <img src="https://mintcdn.com/insightsoftware-preview/vrCSq4zjYJiUEBhY/images/image_9697.png?fit=max&auto=format&n=vrCSq4zjYJiUEBhY&q=85&s=6a70814c4df3825f832859f49d266545" alt="View the repeated dashboard" width="715" height="665" data-path="images/image_9697.png" />
</Frame>

With the repeater mappings set up, each copy of the dashboard is filtered to a single product category in our example: each bar chart has only a single series, and the filter above it shows the corresponding product category.

When the view contains filters that you don't want displayed while embedded inside of another view, you can go to the <b>Properties</b> window with the view selected in edit mode, and enable the <b>Hide Parameter Controls</b> option.

## Exporting Dashboards

Rather than repeat a dashboard or view multiple times, you can also use a report to format dashboards or other views into pages to be exported into a single PDF, which can then be shared or saved, delivered by e-mail, or printed.

You don't necessarily need to drag data to repeat any content in your report, and can simply drag views such as dashboards to the Report Footer region, for example.

To add additional template regions, select a region such as the Report Footer. If the region already contains content, you can click the area labeled RF

or similar on the left, or select content inside the region and click <b>Select Template Cell</b>.

<Frame>
  <img src="https://mintcdn.com/insightsoftware-preview/oWHMgqc6VSwgz_WC/images/image_8054.png?fit=max&auto=format&n=oWHMgqc6VSwgz_WC&q=85&s=92ee8d21fa3f10f70f61563c0c8a0128" alt="Add another report footer region" width="972" height="276" data-path="images/image_8054.png" />
</Frame>

Click <b>Add Template Area After</b> or <b>Add Template Area Before</b> in the toolbar, then drag another view into the new region.

For more information, see:

* Symphony Managed Reports

* Symphony Scorecards

* Create Small Multiples

* Using a View Container

* Filter Child Dashboards From a Parent Dashboard

* Design Tips for Reports and Scorecards
