Jump to: navigation, search

Create a new QueryItem


The QueryItem is a single filter criterion filtered by a Query.

  1. Navigate to the MetaClass QueryItem via the Class Browser
    Query
  2. Create a new instance using the Bulk Editor
    Query
  3. Set the FILTERVALUE (the property value to filter by - you can use "%" as a wild card)
  4. Set the INDEX (the index of the property value to filter - use "-1" for the standard value)
  5. Set the ISNULL (true, if the value to filter by should be NULL - if true, this overrides the LIKECOMPARISON and the OPERATOR)
  6. Set the LIKECOMPARISON (true, if the comparison operator "LIKE" should be used - if true, this overrides the OPERATOR)
  7. Set the LOGICALAND (true, if the previous query item and this one both must match; false, if one of them is sufficient)
  8. Set the OPERATOR (the comparison operator, i.e., one of the following: "=", "!=", ">", ">=", "<", "<=" - only relevant if neither ISNULL nor LIKECOMPARISON is true)
  9. Set at least name, description
  10. The required QueryItem's must be added to the Query with the Relation Editor.
    View
  11. Save the changes with Ctrl+S or the save command


See also