> For the complete documentation index, see [llms.txt](https://learn.doubletick.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.doubletick.io/enterprise-analytics/introduction-to-segmentation-report/creating-a-multi-level-segmentation-report-mlr.md).

# Creating a Multi-Level Segmentation Report (MLR)

#### <mark style="color:$primary;">**What is a Multi-Level Report?**</mark>

A Multi-Level Report lets you go deeper into one specific metric by breaking it down by a dimension of your choice.

<mark style="color:$warning;">**Think of it this way: a Multi-Metric Report tells you what is happening across multiple areas at once. A Multi-Level Report zooms into one area and helps you understand exactly how that number is distributed.**</mark>

For example, instead of just knowing that 50 new chats came in this week, a Multi-Level Report can show you how those 50 chats were split across your agents — who handled how many, and on which day. That is the kind of detail that helps you spot imbalances, reward top performers, and fix gaps in your operation.

Use this report when you have one specific metric you want to understand more deeply.

***

#### <mark style="color:$primary;">**How to Build a Multi-Level Report**</mark>

**Step 1: Create a New Report**

Go to the Reports section and click the green New Report button on the top right. Enter a name for your report, select Segmentation as the report type, and click Create Report.

**Step 2: Set the Date Range**

On the left side of the report builder, select the time period you want to analyze. Your options are Today, Yesterday, Last 7 Days, Last 30 Days, or Custom Range.

**Step 3: Set the Display Frequency**

Select how you want the data grouped within that time period. Your options are Per Hour, Per Day, Per Month, or Summary.

As a quick guide: for a 7-day report, Per Day gives you a clean day-by-day view. For a longer period like 3 months, Per Month keeps things readable.

**Step 4: Select the Type of Report**

On the right side of the screen, open the Type of Report dropdown in the Report Setup panel and select the category you want to build the report on.

Chats — For everything related to conversations. Messages — For everything related to messages exchanged. Telephony — For WhatsApp call activity. Team Members — For agent performance and workload.

**Step 5: Select a Single Metric**

This is the key difference between an MLR and an MMR. In a Multi-Level Report, you can only select one metric. Choose the specific metric you want to analyze in depth.

For example, if you want to understand how new conversations are distributed across your team, select New Chats as your metric.

For the full list of available metrics under each report type, refer to the Understanding Metrics article in this section.

**Step 6: Select a Breakdown**

This is where the Multi-Level Report becomes powerful. A breakdown splits your selected metric by a dimension of your choice, so you can see how the number is distributed rather than just what the total is.

For example, if you selected New Chats as your metric and choose Team Member as your breakdown, the report will show you how many new chats each agent handled, for every day in your selected date range.

For details on all available breakdowns, refer to the Understanding Breakdowns article in this section.

**Step 7: Apply Filters (Optional)**

Filters let you narrow the report down further. For example, you can combine a Team Member filter with a breakdown to isolate one specific agent's data and see how their metric is distributed.

For details on all available filters, refer to the Understanding Filters article in this section.

**Step 8: Save the Report**

Once you are happy with the report, click Save and Update in the top-right corner. The report is saved to your DoubleTick account and can be reopened anytime without needing to rebuild it.

***

#### <mark style="color:$primary;">**View & Export Data with Custom Fields (New)**</mark>

Segmentation reports don’t just show numbers — you can also drill down and see the exact chats behind those numbers, along with additional custom field data.

**How to View Raw Data**

Click on any number in your report. This opens a **Raw Data** pop-up that shows the list of chats contributing to that metric.

Each row includes details like timestamp, channel name, channel number or handle, channel type, and customer number or handle.

**Adding Custom Fields to the View**

You can enrich this data further by adding your custom fields as columns:

1. In the Raw Data pop-up, click **View Options** (top-right corner).
2. A dropdown will appear with all your custom fields. Each field is tagged as:
   * **Customer** → Customer-level attributes
   * **Channel** → Channel-level attributes
3. Use the search bar to quickly find a specific field.
4. Select one or more fields using the checkboxes.
5. Click **Add**.

The table will refresh and display your selected custom fields as new columns.

If a field has no value for a chat, it will show a **“-”**.

**Exporting Raw Data with Custom Fields**

Once you’ve added the columns you need, click **Export** (next to View Options).

The downloaded file will include all visible columns — including the custom fields you added.

**Why This Matters**

This is especially useful when analyzing Segmentation reports, as it helps you understand *which exact customer or channel attributes* are driving the numbers you see.

Instead of just seeing metrics, you get full context behind them — making your analysis more actionable and precise.

***

**That is all it takes to build a Multi-Level Report.**

Once you start using it, you will quickly realize how much clarity it adds. The same number that looked straightforward in a Multi-Metric Report tells a completely different — and far more useful — story when broken down by the right dimension. Whether you are tracking agent performance, comparing WhatsApp numbers, or monitoring how customers are being segmented, the Multi-Level Report gives you the depth you need to make confident, informed decisions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://learn.doubletick.io/enterprise-analytics/introduction-to-segmentation-report/creating-a-multi-level-segmentation-report-mlr.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
