Jump to: navigation, search

Difference between revisions of "HowTo:Create a new QueryItem"


(See also)
Line 15: Line 15:
  
 
==See also==
 
==See also==
* [[Create a new Query]]
+
* [[HowTo:Create a new Query]]
 
* [[Query]]
 
* [[Query]]
  

Revision as of 14:55, 27 January 2015

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
  4. Set the INDEX
  5. Set the ISNULL
  6. Set the LIKECOMPARISON
  7. Set the LOGICALAND
  8. Set the OPERATOR
  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