Hi there,
I'm trying to select a group by expression, the selection does not seem to pick up all matches. I cannot figure out why, attached the file.
I would be grateful for a solution.
Greetings,
Christian
Grouping by expression not working properly
898 2 1- Schmauch
- Member
- 21 posts
- Joined: Aug. 2014
- Offline
- BabaJ
- Member
- 2127 posts
- Joined: Sept. 2015
- Offline
It's because you are dealing with floating point values.
To show that and see, just before your expression node, put down a primitive wrangle with justThen look at the values in a geometry spreadsheet with precision set to full.
You could just use > 0.999 rather than == 1.
To show that and see, just before your expression node, put down a primitive wrangle with just
@N;
You could just use > 0.999 rather than == 1.
Edited by BabaJ - Oct. 20, 2023 10:25:14
- Schmauch
- Member
- 21 posts
- Joined: Aug. 2014
- Offline
-
- Quick Links