I want to group the walls based on their names and their levels. I have first grouped them by name and now I also want to group them by their base constraints. Is their a way that we can use AND in this case, as a result the elements with same answers will be in the same group.
Convert their type Id to a string and append it to its base levels’ Id maybe. Then use this as a key to group the walls. It’s a bit of a hacky method but it should get the job done.
1 Like
1 Like
2 Likes
some practice with dictionaries and groups by key, many options to sort and group elements
dictionaries&groups.dyn (60.5 KB)
Thats why I exactly wanted. Thankyou