I'm encountering an issue when trying to sort data by count and apply a filter for values greater than a specific number. The problem is that the filter appears to consider counts equal to 1 rather than the total. Can someone provide more detailed guidance on how to address this?
I would like to display in the table those items in which the count is greater than, for example, 70
Gelöst! Gehe zur Lösung
Gelöst von syman2000. Gehe zur Lösung
Sadly count cannot be use when filtering because the count will always be 1. If you have object with total count more than 70, Revit will still consider the count as 1 instead of total count. Your only way to filter this is add another comments "EXCLUDE" to the schedule and use the filter equal "EXCLUDE".
Thank you for the response. I tried the solution you provided by adding comments to the schedule. It works, but the downside is that I have to manually fill in each row of the table. Nonetheless, I appreciate your help!
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.