Creating a Query using the Filter Builder

The Filter Builder is used to create a query using Space Query Filter Expression Builder. The query is automatically generated with the help of the expression builder.

Procedure

  1. Under a metaspace, select a space of your choice.
  2. Click the SpaceQueryMenuIcon icon and select Space Query.
    The Query Builder is displayed on the right side of the pane.
  3. Select Query > Filter Builder.
  4. Click the Query Edit Icon icon.
    The Space Query Filter Expression Builder window is displayed. The lower half of the window shows a list of Field, Operation, and Value.
    Filter Expression Builder
    Query Filter Builder
  5. To build a filter expression, perform the following steps:
    1. From the Field list, select the field you want to base your query on.
    2. From the Operation list, select an appropriate operation.
    3. From the Value list, select or enter a value corresponding to the field type.
    4. Click the FilterBuilder Add Icon icon.
      The query expression gets added to the top half of the Expression Builder pane.
    5. (Optional). Repeat the steps a-d for adding another expression. By default, all clauses are joined by an AND operator. So when you add 2 expressions, results are shown only if both are true.
      Note: The Filter Builder only supports the AND operator to join two or more clauses.
    6. Click OK.
      This query is saved but not executed.
  6. To execute the query, click the Query Run Icon icon.
    The results are displayed in the Query Result pane.
Related concepts