I want to count Status Reason
on Case
entity. But I don't know how to group by as shown bellow. I was looking around but couldn't find anything useful.
------------------------------------
ALIAS | STATUS REASON
------------------------------------
Open | New
------------------------------------
In progress | In Progress
------------------------------------
| Problem solved
Closed | No customer response
| Merged
| Canceled
------------------------------------
There are some more Status Reason
values, which I don't want to count.
Is this even possible?
Thanks!