> 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-funnel-report/applying-filters-in-funnel-reports.md).

# Applying Filters in Funnel Reports

Filters help narrow down the report to specific data.

Instead of analyzing all events together, filters allow you to focus on specific numbers, templates, or message types.

***

<figure><img src="/files/eHC4nkZD6MUojEQdmpjw" alt=""><figcaption></figcaption></figure>

#### <mark style="color:$primary;">**WhatsApp Number Filter**</mark>

This filter allows you to generate reports for a specific WhatsApp API number.

This is useful if your organization uses multiple API numbers for different teams or departments.

Example:

You can analyze the performance of campaigns sent from a particular WhatsApp number.

***

<figure><img src="/files/fIpSCdJbhScInpBBiDwF" alt=""><figcaption></figcaption></figure>

#### <mark style="color:$primary;">**Template Filter**</mark>

This filter allows you to analyze the performance of a specific template.

Example:

If you want to evaluate the performance of a particular marketing campaign template.

***

<figure><img src="/files/zy3VELwNP1gO45qW8VUg" alt=""><figcaption></figcaption></figure>

#### <mark style="color:$primary;">**Message Contains Filter**</mark>

This filter shows templates or messages that contain a specific keyword.

Example:

If several templates are related to a product called **AI Suite**, entering the keyword **AI Suite** will include all templates containing that keyword.

***

<figure><img src="/files/RMWTQrvZG0SUqXsoAGzt" alt=""><figcaption></figcaption></figure>

#### <mark style="color:$primary;">**Message Does Not Contain Filter**</mark>

This filter excludes templates containing a specific keyword.

Example:

If you want to analyze all templates except those related to **AI Suite**, you can exclude that keyword using this filter.


---

# 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-funnel-report/applying-filters-in-funnel-reports.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.
