We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

Collaboration with other software
About model and data exchange with 3rd party solutions: Revit, Solibri, dRofus, Bluebeam, structural analysis solutions, and IFC, BCF and DXF/DWG-based exchange, etc.

why are empty windows and doors showing up?

Dave Brach
Expert
I am trying to get my window schedule to show all doors and windows, but NOT show empty doors and windows, doors and windows with an ID of "*", and doors with a letter as an ID (the interior doors all have letters). Everything is working except the empty doors and windows are showing up on the schedule, and I cannot figure out why???

window criteria.png
Dave Brach/architect
AC26 MBP OS Ventura
AMD Radeon Pro 5300M 4 GB
Intel UHD Graphics 630 1536 MB
2 REPLIES 2
Karl Ottenstein
Moderator
Wow. That's some criteria. 😉

I cannot remember if there is an operator precedence enforced in the Criteria window (e.g. - 'and' binding tighter than 'or') - but go ahead and try putting the three window conditions inside one set of parentheses (click in the left paren column for the first criteria and the right paren column for the 3rd) - and do the same for the three door conditions. Should work then?

Cheers,
Karl
One of the forum moderators
AC 28 USA and earlier   •   macOS Sonoma 14.7.1, MacBook Pro M2 Max 12CPU/30GPU cores, 32GB
Karl Ottenstein
Moderator
Without testing, but reading the manual, I think the parentheses should do the trick. The Reference Guide says the following:
The and/or operator determines the relationship between adjacent criteria
which means that there is no default grouping (precedence).

You should also have parentheses grouping the four 'ID starts with' tests together if I'm seeing straight. 😉

I think you want generically these parentheses:

((window-criteria) OR (door-criteria)) AND (ID starts with 0, 1, 2, 3)

note that the window OR door is itself grouped so that the AND applies to the group, not just to doors....although maybe the numeric ID prefix does only apply to doors...
One of the forum moderators
AC 28 USA and earlier   •   macOS Sonoma 14.7.1, MacBook Pro M2 Max 12CPU/30GPU cores, 32GB