# '= 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 Ordered Quantity that are equal to 2. Here the '**equals'** condition filters out other values and displays 2 as shown below

![](/files/gjgBcBFSKvrlABUFZHLf)
{% endtab %}

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

\
\&#xNAN;***For Example*****,** we need to find records of **Tax** that are not equal to 0. Hence, the '**not equals'** condition filters out the values that are 0, as shown below.

![](/files/TbzwCmGx2mAkzpsqImzN)
{% endtab %}
{% endtabs %}

*Watch this 80 seconds explanatory video to understand better:*&#x20;

{% embed url="<https://youtu.be/vLpgAcClKKM>" %}


---

# 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://docs.reportpundit.com/knowledge-base/report-creation/filters/untitled.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.
