# '>= Greater than or equal' & '<= Lesser than or equal'

{% tabs %}
{% tab title=">= Greater than or equal " %}
We can use the **(>=)** *greater than or equal to* filter to receive values equal to or greater than the given condition.

Example:  Filter net quantity values that are **equal to or greater than** 2, as shown below:

<figure><img src="https://791683593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVN38pxrmSRWq3e_Evi%2Fuploads%2FJsX2ybKk0TivDKylxLJv%2Fimage.png?alt=media&#x26;token=bcd9c442-2d98-437a-8b1f-974a538356dc" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="<= Lesser than and equal" %}
We can use the **(<=)** *lesser than or equal to* filter to receive values equal to or lesser than the given condition.\
\
Example:  Filter net quantity values that are **equal to and lesser than** 2, as shown below:

<figure><img src="https://791683593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVN38pxrmSRWq3e_Evi%2Fuploads%2F9b1w1kRsKmGFYsAkH4I1%2Fimage.png?alt=media&#x26;token=9dd9bb89-e281-43d4-bccd-c46bbc46c825" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}
