Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 982 Bytes

File metadata and controls

44 lines (36 loc) · 982 Bytes
title description author ms.author ms.reviewer ms.date ms.topic ms.subservice search.audienceType contributors
value element
Use this element to specify the values to evaluate with a condition.
pnghub
gned
jdaly
02/29/2024
reference
dataverse-developer
developer
JimDaly
dmitmikh
dasussMS
apahwa-lab
DonaldlaGithub

value element

[!INCLUDE value-description]

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 [!INCLUDE condition-description]

[!INCLUDE footer-banner]