Issue Description
You create a Door schedule with a complex set of search criteria, but for some reason, it pulls through elements that you have not requested. In the example below you can see the search is pulling through 2 windows. Even though I have asked for doors only.
Solution
If we take a closer look at the criteria we can see that we ask for
1: element type to be a door AND
2: Library part name to contain door AND
3: Element ID contains G OR
4: Element ID contains F
If we read this line by line you will see the last statement becomes a global call line as we have used the OR command.
In this case we need to use the Open Parentheses and Close Parentheses columns of Scheme Settings to set up nested criteria for more complex schemes: in any selected row, click on the pop-up under the parentheses column to choose a parenthesis, or no parenthesis.
Each “open” must have a corresponding “close” in order for the scheme to be logical. If there is a mistake in your parentheses logic, the Criteria invalid! warning appears at the bottom of the panel.