Jump to: navigation, search

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


Line 3: Line 3:
 
# Navigate to the [[MetaClass]] ''QueryItem'' via the ''[[Class Browser]]''<br/>[[File:UI queryitem 01.PNG|220 px|border|alt=Query|Query]]
 
# Navigate to the [[MetaClass]] ''QueryItem'' via the ''[[Class Browser]]''<br/>[[File:UI queryitem 01.PNG|220 px|border|alt=Query|Query]]
 
# Create a new instance using the ''[[Bulk Editor]]''<br/>[[File:UI queryitem 02.PNG|990 px|border|alt=Query|Query]]
 
# Create a new instance using the ''[[Bulk Editor]]''<br/>[[File:UI queryitem 02.PNG|990 px|border|alt=Query|Query]]
# Set the '''FILTERVALUE'''
+
# Set the [[Query#Query, QueryItem|FILTERVALUE]]
# Set the '''INDEX'''
+
# Set the [[Query#Query, QueryItem|INDEX]]
# Set the '''ISNULL'''
+
# Set the [[Query#Query, QueryItem|ISNULL]]
# Set the '''LIKECOMPARISON'''
+
# Set the [[Query#Query, QueryItem|LIKECOMPARISON]]
# Set the '''LOGICALAND'''
+
# Set the [[Query#Query, QueryItem|LOGICALAND]]
# Set the '''OPERATOR'''
+
# Set the [[Query#Query, QueryItem|OPERATOR]]
 
# Set at least name, description
 
# Set at least name, description
 
# The required QueryItem's must be added to the Query with the ''[[Relation Editor]]''.<br/>[[File:UI queryitem 03.PNG|330 px|border|alt=View|View]]
 
# The required QueryItem's must be added to the Query with the ''[[Relation Editor]]''.<br/>[[File:UI queryitem 03.PNG|330 px|border|alt=View|View]]

Revision as of 09:46, 8 January 2014

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