# How do I Add & Remove Filters?

A Filter is a tool that can be used to sort through your Project and only display Tasks that meet a certain criteria.&#x20;

Filters can be added to your Aphex View so you only see the tasks that are relevant to you.

The Aphex Filters were upgraded in **July 2024**. The main changes that were made to Filters include:

* The Filter must contain a **Filter Type**, an **Operator** and a **Value**
* Aphex Filters can be created in groups
* More control is given to users to only view the work that you want to see
* Have different Filters based on different Views
* You can have multiple Gantt, Board, List & Map Views and tabs open at the same time, all with different Filters applied to them.&#x20;
* Once your Filters are selected, you will see a description of the Filters you have set.&#x20;

{% hint style="info" %}

* A **Filter Type** is the part of the Project that you are wanting to Filter by, e.g 'Owner', 'Calendar', 'Status', 'Subcontractor'.&#x20;
* An **Operator** defines the relationship or comparison you want to make with the property and the value. It determines how the property and the value should be related. Operators will be options such as 'Is', 'Is Not', 'Contains', 'Does Not Contain'.&#x20;
* A **Value** is the specific criteria you're using to Filter the data. Values will include, selecting specific Folders, selecting specific Owners, selecting certain Subcontractors to include or exclude from your Filter Group.&#x20;
  {% endhint %}

{% tabs %}
{% tab title="Add a Filter" %}
Adding a Filter can be as simple or complex as you would like it to be. Multiple layers & groups can be added to the filter. This gives more control over the conditions and criteria of the Filters

&#x20;<img src="/files/j9Pa5lM4ACQ4Gnyy1cug" alt="" data-size="line"> **Open the Filter**

* Click on the Filter icon
* Click on Add Filter to choose the first layer of your Filter

<img src="/files/49j6bP3zKhN05hHGomtg" alt="" data-size="line"> **Selecting a Property, an Operator and a Value**

* Click on ‘Select Filter’ to open the list for a property. A property will be options such as Folder, Owner, Labour, Materials, Blockers
* Choose an operator. These will be either Is, Is Not, Contains or Does Not Contain
* Type or select a value for your Filter. The value will be when you can select things like a specific Folder, the name of an Owner or name of a Task.

<figure><img src="/files/5ZANTCcdTSOvIqgAf2Tm" alt="" width="375"><figcaption></figcaption></figure>

<img src="/files/KBQWAUD6UXqGIxUQp6hs" alt="" data-size="line">**Choose to add another layer to the filter or add another filter group**

* To add another Filter Layer in the same Group
  * Choose whether you would like the next layer to be And or Or.
  * Repeat Steps 1 and 2
* To add another Filter Group
  * Click on ‘Add Group’
  * Select the operator as And or Or between your existing Filter Group
  * Repeat Steps 1 & 2

<figure><img src="/files/E01GV9aPDAPCbhyxVLXJ" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Remove a Filter" %}
Filters can be removed or deleted on a layer or group level.&#x20;

&#x20;<img src="/files/j9Pa5lM4ACQ4Gnyy1cug" alt="" data-size="line"> **Open the Filter**

* Click on the Filter icon to view your Filter
* Find the layer that you would like to remove

<img src="/files/49j6bP3zKhN05hHGomtg" alt="" data-size="line"> **Deleting a single Layer**

* Click on the 'Bin' icon next to the layer that you wish to remove&#x20;

<img src="/files/KBQWAUD6UXqGIxUQp6hs" alt="" data-size="line"> **Deleting an entire Filter Group**

* Select the entire Filter Group to delete
* Click on the '...' on the right side of the top layer
* Select 'Delete Group'&#x20;

<figure><img src="/files/RmMHpeivvieRFM6yJb94" alt="" width="563"><figcaption></figcaption></figure>

Following these steps, your Layer or Filter Group will be removed from your Filter.
{% endtab %}
{% endtabs %}


---

# 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://help.aphex.co/docs/frequently-asked/faqs/how-do-i-add-and-remove-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.
