A filter issue with property
-
Hi Solibrians,
I hava a filter like this

Property setting:

Window components don’t have that property.
When I put blank to Value, filter doesn’t return any components
But i put a space to Value, filter returns components.

Can you explain for me? i think if components don’t have property, filter always doesn’t return any components
Thanks -
There is an operator “is defined” that checks if the property exists.
By adding “is defined” you can check that the property value is not a blank.
-
@Matti-Kannala we have no problem with other operators, we just want to confirm is this expected behavior?
I anticipate that with a non-existent property, irrespective of the value or operator used, it should yield consistent results. Why the one with a single space in value return components when other do not?Include + Wall + a.b + None Of + Null
should be equal to
Include + Wall + a.b + None Of + Space
because property a.b does not exist in the entire model.
-
@tungns8fsoft Could you save these filters to files and share, so it’ll be easier to duplicate what you’re saying?
Also is this related to filtering in general, or to a specific rule? -
Copyright © 2025 Solibri Inc. | Powered by NodeBB


