Finding all objects in the database that are not part of a project

About this task

Perform the following steps:

Procedure

  1. Open the Query dialog box by clicking the Find menu and choosing Objects.
  2. Set the list box to Custom, then type the following string in it:

    not is_bound() and type!='project' and has_attr('source')

  3. Click .

    All results display in the results field.


Feedback