Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
Specify values for operators that require multiple values.
Learn how to filter rows using FetchXml.
Example
This filter will will evaluate to true when the numberofemployees is between 6 and 20.
<filter>
<condition attribute="numberofemployees" operator="between">
<value>6</value>
<value>20</value>
</condition>
</filter>
Parent elements
| Name | Description |
|---|---|
| condition | Specify conditions for entity and link-entity row values which must be true to return the row. The condition operator attribute specifies how to evaluate the values. |