# Dashboard Filters

HockeyStack's dashboard filters enable you to filter entire dashboards by fields of your choice. This is useful when you want to take a look at your marketing efforts from a particular angle, for example by filtering a set of reports by deal type (new vs. existing business) or company size (by number of employees or market segment).&#x20;

Additionally, you can filter different objects in a dashboard by different fields at the same time. A common scenario is one where you want to filter a table that presents Leads, MQLs, and Closed Won deals by Region, but there are separate fields that define Region on lead and deal objects. The region on the lead object may be Lead\_Region\_\_c, while the region on the opportunity object may be Opp\_Region\_\_c. You can now create a Defined Property that combines these two fields into a single filter.

## How It Works

First, you need to build Properties, which you will later use for filtering. Go to Definitions → Properties, and create mappings, using the fields of your choice (you'll find them in **Action Properties** section of a dropdown), and mapping them either to specific values of your choice or simply back to the Property value.

<figure><img src="https://318687664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FedLASfWbQxGa0eYkwALS%2Fuploads%2FyU8CZP6xR1V7yajlwV7D%2FScreenshot%202025-01-03%20at%2014.15.13.png?alt=media&#x26;token=e1630f05-4946-4612-9466-21febb113aa1" alt=""><figcaption><p>Mapping Property to Value</p></figcaption></figure>

<figure><img src="https://318687664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FedLASfWbQxGa0eYkwALS%2Fuploads%2FY4kxtGsz33bzXByJcXGx%2FScreenshot%202025-01-03%20at%2014.16.09.png?alt=media&#x26;token=5aa3d7c2-abde-4595-9589-561c12f3c9ea" alt=""><figcaption><p>Mapping Property to Property</p></figcaption></figure>

In the Advanced Options of your Property, toggle Include in Filters. If you don’t manually turn this on, it won’t be displayed in the filter options. If it's a touchpoint breakdown, toggle the touchpoint breakdown.&#x20;

<figure><img src="https://318687664-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FedLASfWbQxGa0eYkwALS%2Fuploads%2FfQ7TaRzJQSiMM6KXVsPi%2Fimage.png?alt=media&#x26;token=9c21c10e-5083-4be2-8e31-7c201c2024c9" alt="" width="336"><figcaption></figcaption></figure>

### Keep in mind

* Properties are executed from top to bottom. So place your detailed definitions on top, and the general ones on the bottom.&#x20;


---

# 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.hockeystack.com/marketing-intelligence/using-the-new-dashboard-filters.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.
