Tree Schema Definition Reference

FieldFilter

This element defines a filter that selects data elements if a given field contains a value that matches a specific value or a range of values.

It has the following attributes:

  • FieldName
  • FieldValue
  • Operator

FieldName

The name of the field to filter on. Required.

FieldValue

The value of the field for which the elements will be shown. Required.

Operator

The relation between the field and the value to select elements when filtered if they match this relation. Optional. Defaults to “equal”.

Its possible values are:

  • equal
  • inequal
  • greater
  • lesser
  • greaterequal
  • lesserequal