Percentage on deadlines

I’m working on an app who have deadlines, and it is under a progress logic. For exemple, there is deadlines who completed 25% of itself, 50% and 75%.
I need help, with some advanced filter, to find which one of the percentage on the list of deadlines, and show the result of the filter with some :count expression.

@teamkod3

I think the best way is to create an Option Set with two fields:

  • Display: text
  • Percentage: number

And created the values you need:
-0%
-25%
-50%
-75%
-100%
(Or even more granular if you need).

Using an Option Set will make it easier to filter and you can use “filter where get an option XX is YY:count”

Let me know if that’s enough.
If not, please detail a little bit more the problem so I can send the full solution