[Request] Filters - Share/combine number filters between clash statuses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When I am going through clash tests, I will filter out all non-zero clashes for each status starting with New then Active. As I create Coordination Issues for the groups, I change the status to Reviewed.
This workflow works great, however I believe that the filters are using "and" instead of "or" for filtering the groups.
For example, if you have zero "New" clashes and filter out the "zero" clashes, then the entire clash detective will show no clashes even though the other statuses have more than zero clashes:
A better method would be to an "if then" or something similar.
Example:
- Status "New"
- Filter = Greater Than "0"
- If null, then do not apply filter.
Ultimately, I would like to have saved filters where if any clash status is "0", then I do not want to show that group in the clash test if that makes sense. I can explain in further detail if requested.