# '= 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="https://791683593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVN38pxrmSRWq3e_Evi%2Fuploads%2FUxy4rKEuRY4IJQwF352l%2Fimage.png?alt=media&#x26;token=9b8b5539-b29d-4448-b983-7718343137ac" 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="https://791683593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVN38pxrmSRWq3e_Evi%2Fuploads%2FllqZ5VOCPdanmPWoZgHu%2Fimage.png?alt=media&#x26;token=2bdebb34-ff45-4851-8186-b242555d7346" alt=""><figcaption></figcaption></figure>

{% endtab %}
{% endtabs %}
