> For the complete documentation index, see [llms.txt](https://docs.dataexport.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataexport.io/kb/reports/filters-and-sorting/equals.md).

# '= Equals' & '!= Not equals'

{% tabs %}
{% tab title="= Equals" %}
**= equals** filter is used to find records that are equal to a specific value.

**For Example,** we need to find records of net quantity that are equal to 1. Hence, applying the '**equals'** filter will show net quantity values which are equal to 1, as shown below.<br>

<figure><img src="/files/egrdMCc55xc0BLCT9MsZ" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="!= Not equals" %}
!**= Not equals** filter is used to find records that are not equal to a specific value.\
\
**For Example,** we need to find records of net quantity that are not equal to 5. Hence, applying the '**not equals'** filter will show net quantity values which are less than or more than 5, as shown below.<br>

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

{% endtab %}
{% endtabs %}
