# Filters Management

cfxOIA allows multi-tier filtering criteria so that the results are narrowed to the required selection. The following section explains various ways a filter can be applied.

{% hint style="info" %}
While the following examples show applying filters on incidents, the procedure is universal across cfxOIA and equally applicable to Alerts.
{% endhint %}

In cfxOIA, both on Incidents and Alerts, the user can filter the displayed results using 3 different criteria as shown below.

![](/files/-M_wslPU59ug9gRW-A8y)

### Filtering Option 1- Top Bar

Wherever a user sees the following bar Fig1 (Filters bar) in any dashboard or UI functionality, you can use the filtering functionality (in the context of that UI / Dashboard or Pages).

![Fig1a Filter Bar](/files/-MB_bx0mW6Y6X69Yp6FN)

![Fig1b. Filter Bar after + sign](/files/-MB_poN6X6bP-42_cDAQ)

Various filtering options displayed in Fig1a and Fig1b Filter Bar are explained below.

1. **Filter options display** Displays filter query as values selected.
2. **Filter Selection**: Click '+' icon to expand property selection bar (Fig1b). The details are given at the numbered positions.
3. **Time Filters**: Time filters allows to filter incidents based on the time periods selected from drop down menu.&#x20;
4. **Clear Filter**: Clear the filters.
5. **Save current filter:** This selection opens up new view to capture filter name and also, to save the user selected filter (in the context).
6. **Saved Filters:** Retrieve existing /previously saved filters
7. **Shared Filters:** Filters shared across the customer by users are shown here.
8. **Recently Used Filters** - Allows to browse through recently used filters and allows to reapply a filter to filter the displayed results.
9. **Property** - You can use 'Any' or select various property names (column names) shown from a drop down menu after clearing 'Any'. For example, if a user wants to filter the results by Category, then a user can choose Category as Property field. Similarly, other properties are displayed to the user to select/apply those properties in filtering displayed results.
10. **Operation:** allows a use to apply conditional operator like equals, not equals, etc on a value. for the allowed operation values to appear
11. &#x20;Enter a Value - User can enter the filtering value for example. if a user is filtering results by Period, then enter 6 hours  so that results are displayed based on the incidents created during last 6 hours period.
12. **Display Label** - Allows to give a name to filter so that it is easy to recollect and reapply the filter.
13. **Add** - cfxOIA will apply the filtering condition on the value user has selected.
14. **Close** - Close additional filtering property /condition applying bar.

**Example:** Below report is filtered filtered by **vROps** alerts and with serverity of '**Critical**'

![](/files/-M_wtTqtXUCEIRkHwqYn)

### Filtering Option 2 - Applying Time Filters

Time filters like previously seen age filters, allows faster filtering by selecting icon and choosing a value as described below.

&#x20;

![Time Filter](/files/-MBt9kCSU2zDJW7CSP3S)

Click 'Add Time Filter' as displayed above which pops up with different times&#x20;

**Example**:

Select last 24 hours, the selected age is displayed as shown below\.Total Values displayed are 362.

### How to Save Filters?

Users after applying filters can save filters for lateral use.&#x20;

![Saving Filter](/files/-MBtnv---NqDVWa2KPcj)

Once the respective filter has applied, click on 'Save Current Filters' (2) as shown in above.

![Save Current Filter](/files/-MBtoOUhSbmjDlaoLYOH)

Save current filter view is shown. Enter a name for the filter(1) and  click on Save.

If you are updating existing filter, click on 'Update Existing Filter' which displays the following screen.

![](/files/-MBtpAkEl-V0xrT2xIBe)

Enter filter name, and from 'Select Filter to Update', choose the currently saved filters and click on Save. A sample view is displayed below

![](/files/-MBtp_A2F6hf6I0YVRLY)

### How to Share Filter?

Existing saved filters can be shared by clicking on 'Saved Filters' and then selecting Share as shown below.

![Share Filter](/files/-MBtrYy9GBL9uLunf1zH)

### How to access Shared Filters?

Share filter button allows to share current saved filters to other users of the project. By clicking on Shared Filters icon, it displays all currently shared filters across the project and 'Apply' applies the selected filter.

![Applying shared filters](/files/-MBtgXQs-n7y3iYuPRM_)


---

# 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://oiadocs.cloudfabrix.io/ui-and-portal-features-guide/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.
