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

You can define a query to identify objects in a database that are not used in a project.

Procedure

  1. Click Find to open the Query window.
  2. Select Objects.
  3. Set the list box to Custom.
  4. Type the following string into the list box: not is_bound() and type!='project' and has_attr('source')
  5. Click the query icon query icon.
  6. Review the returns in the results field.

Feedback