For the complete documentation index, see llms.txt. This page is also available as Markdown.

'= Equals' & '!= Not 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.

Last updated