Hello
I want filtering about my number of activity [(count(distinct(activity))]

This image is count according to activity type.
But I want to make it according to the number of executions per activity.
For example
If I have 5 unique activities A,B,C,D,E in my process, the number of times activities A,B,C are executed is 1, D is executed 2, and C is executed 3. If I want to filter for activities that have been executed 1 time, or if I want to filter for activities that have been executed 2 times or less, how can I do that?
------------------------------
상혁 곽
------------------------------