Filter count Greather Than in schedule

Filter count Greather Than in schedule

engrodriggo
Participant Participant
300 Views
2 Replies
Message 1 of 3

Filter count Greather Than in schedule

engrodriggo
Participant
Participant

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

engrodriggo_0-1698328327002.png

 

 

0 Likes
Accepted solutions (1)
301 Views
2 Replies
Replies (2)
Message 2 of 3

syman2000
Mentor
Mentor
Accepted solution

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".

 

syman2000_0-1698331178150.png

 

Check out my Revit youtube channel - https://www.youtube.com/user/scourdx
Message 3 of 3

engrodriggo
Participant
Participant

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!

0 Likes