Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Filter

Datatypes

Description

EqualsAll single-valued datatypesResults in true if the value of the task equals the filter value.
Not equalsAll single-valued datatypesResults in true if the value of the task is different to the filter value.
Less thanAll single-valued datatypesResults in true if the value of the task is less than the filter value.
Less than or equalsAll single-valued datatypesResults in true if the value of the task is less than or equal to the filter value.
Greater thanAll single-valued datatypesResults in true if the value of the task is greater than the filter value.
Greater than or equalsAll single-valued datatypesResults in true if the value of the task is greater than or equals the filter value.
LikeStringResults in true if the filter value is a substring of the value of the task.
Not likeStringResults in true if the filter value is not a substring of the value of the task
InMultivalued datatypesResults in true if there exists an attribute in the multivalued task value, which is also present in the multivalued filter value. If you use a single-valued attribute, this function behaves like equals.
Not inMultivalued datatypesResults in true if there exists an attribute in the multivalued task value, which is not present in the multivalued filter value. If you use a single-valued attribute, this function behaves like not equals.
UI Text Boxinfo

How this container looks at runtime can be found here: Rich Containers for Lists