# Creating a chart from reports

Use **Charts** to visualize report data in Unifize.

Whether you're tracking CAPAs by status, overdue tasks by owner, or audit trends over time, charts make your data easier to understand and act on.

***

### **What this does**

Charts let you build visual summaries (bar, pie, line, table, KPI) from any saved report — helping you spot trends, compare metrics, and share insights across your team.

> To create a chart, you must first create a custom report from your process data.

***

### **When to use it**

Use Charts when:

* You’ve created a **report** with filters and need a **visual summary**.
* You want to **analyze trends** like issues by department or tasks overdue by user.
* You want to **embed visual charts into dashboards** for easier monitoring.

***

### **How it works**

1. Go to the **Manage View** section.
2. Click on the **Reports** tab.
3. Open a **saved report**.

   > Need help? See: [Creating Custom Reports](/getting-started/first-steps-for-new-users/creating-custom-reports.md) →
4. Click **Create Chart**.
5. In the chart setup:
   * Choose a **Chart Type** (Bar, Pie, Line, Table, KPI).
   * Select fields to **Group By** and **Measure** (e.g., Status, Owner, Date).
   * Apply filters if needed (e.g., Date Range, Checklist Status).
6. Preview your chart.
7. Click **Save Chart**.

> Once your chart is saved, you can add it to a Dashboard to track live metrics.

***

### **Watch it in action**

{% embed url="<https://www.loom.com/share/72b5f75f129d42adbcaae9e56100eb10?sid=f2a70fbe-e452-4f72-be17-1a0d66953691>" %}

***

### **Pro Tips**

* **Keep it simple**: Each chart should answer one key question.
* **Use KPIs**: Perfect for counts like “Open CAPAs” or “Avg. Closure Time”.
* **Group by logical fields**: Use **Status**, **Checklist Owner**, or **Department** for better insights.
* **Name charts consistently**: Example – “CAPA by Status – Q1 2025” for easy search.

***

### **Where charts appear**

* Saved charts are listed in the **Charts** tab under Reports.
* You can add any saved chart to a dashboard.

  > Learn more: [Creating Custom Dashboards](/getting-started/first-steps-for-new-users/creating-custom-dashboards.md) →
* Clicking a chart segment lets you drill down into the **filtered checklist data** behind it.

***

Charts in Unifize turn raw report data into clear, actionable visual insights.

Start by building a custom report, create a chart from it, and optionally add it to a dashboard for real-time tracking.

This helps your teams save time, improve clarity, and make faster, data-driven decisions.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.unifize.com/admin-guide/customization-and-configuration/creating-a-chart-from-reports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
