Is it possible to create a calculated attribute that would check a field's attribute value and return only the one with the highest count?
For example, If I have my Metric as Unsolved Tickets, and these tickets have the custom field 'Issue', I would like to check the count for each type of issue, and have it only show the one with the highest number.
It is simple enough to create a query that shows a break down with the count for each of the issues in this dropdown, but am struggling to go beyond that in this scenario.