I’m facing an issue while trying to filter doors and windows separately. Please advise
I think you might get better results with the list levels set to @L2 in both cases.
1 Like
Instead of filtering via set difference, use a List.FilterByBoolMask where the list is the list of elements and the mask is Element.CategoryName
into an ==
node with the "Doors"
or "Windows"
string as the second input.
1 Like
Hey,
Perhaps this helps…
Cheers,
Mark
1 Like
Appreciate your response!
1 Like