> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/process-analysts/process-analysis-and-simulation/process-mining/analyzing-projects/filtering-the-process-map-and-analytics.md).

# Filtering the Process Map & Analytics

Apply filters to focus your analysis on specific cases, activities, or timeframes.

The **Filter Bar**, located at the top of the **Project View**, allows you to filter data based on attributes from the imported event log. Filters apply across all view modes, simulation scenarios, and the **Analytics Panel**.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FyRQuUiTnqrNLjVBS3mxx%2FIMS-V16-Apps-PM-Filters.gif?alt=media&amp;token=cc9b9b56-e8ea-4688-a6ff-30fb78797e4c" alt=""><figcaption></figcaption></figure>

***

## Applying Filters

To apply or modify filters, use the **Filter Bar** at the top of the **Project View**:

* **To apply or change a filter:**\
  Click a filter chip in the **Filter Bar**, then define or update the filter criteria in the configuration menu.
* **To remove a filter:**\
  Click the **X** icon on the filter chip.

{% hint style="info" %}
Filters remain active when switching between views or scenarios. You can apply multiple filters at once to perform detailed analysis.
{% endhint %}

***

### Available Filter Attributes

You can filter data by the following attributes:

* **Case ID**
* **Activity**
* **Date**
* **Duration**

{% hint style="warning" %}
All filters operate at the **case level**. Only cases matching the selected criteria are included in visualizations and metrics.
{% endhint %}

***

### Filtering by Attribute

<details>

<summary><i class="fa-diamond">:diamond:</i>  <strong>Case ID &#x26; Activity</strong></summary>

* Use the dropdown menu to select one or more Case IDs or activities.
* Use the search field to locate specific values (not all Case IDs are preloaded).
* Toggle between **Include** (show only matching cases) and **Exclude** (hide cases with selected values).
* Click **Clear** to reset the filter.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FH5O8fkBmo6FIVMydSr4I%2FIMS-V16-Apps-PM-Filters-1.gif?alt=media&amp;token=eb756ab0-fb73-4c25-9f17-b7f7032ad284" alt="" width="563"><figcaption></figcaption></figure>

</details>

<details>

<summary><i class="fa-calendar">:calendar:</i>  <strong>Date</strong></summary>

* Use the configuration menu to define a date range.
* Choose from two range modes:
  * **Intersection in Time Frame**: Includes cases starting or ending within the date range.
  * **Contained in Time Frame**: Includes only cases that start and end entirely within the date range.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FY0cs9OQic8XapFGy3UvE%2FIMS-V16-Apps-PM-Filters-2.png?alt=media&amp;token=976f6a0a-37bd-4c6a-9306-a8c6e1416ac5" alt="" width="563"><figcaption></figcaption></figure>

</details>

<details>

<summary><i class="fa-timer">:timer:</i>  <strong>Duration</strong> </summary>

* Use the slider in the configuration menu to set the desired duration range.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FwuOqUfqUy7FdidjEKQlF%2FIMS-V16-Apps-PM-Filters-3.png?alt=media&amp;token=7d1ac77d-8679-41ff-bafc-32e7feff640a" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
The maximum slider limit is set automatically at project creation, calculated based on the event log data.
{% endhint %}

</details>

***


---

# 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://interfacing.gitbook.io/interfacing-help-files/process-analysts/process-analysis-and-simulation/process-mining/analyzing-projects/filtering-the-process-map-and-analytics.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.
