This recipe shows you how to report on the total number of tickets that have not been solved for more than three days.
What you'll need
Skill level: Easy
Time Required: 10 minutes
- Zendesk Explore Professional or Enterprise
- Editor or Admin permissions (see Giving agents access to Explore)
- Ticket data in Zendesk Support
How to create the report in Explore
- In Explore, click the reports () icon.
- In the Reports library, click New report.
- On the Select a dataset page, click Support > Support - Tickets, then click Start report.
- In the report builder, click the calculations icon () on the right sidebar and then click Standard calculated attribute.
-
On the Standard calculated attribute page, enter a Name for the attribute (for example Unsolved tickets > 3 days), and then enter or paste the following formula:
IF (ATTRIBUTE_FIX(SUM(First assignment time (min)), [Ticket group]) >60*24*3)
THEN ">3 days"
ELSE "<3 days or unassigned"
ENDIF
Tip: If you're working in a language other than English, read this article to help you enter Explore formulas in your language. - Click Save.
- In the Metrics panel, click Add.
- From the list of metrics, choose Unsolved tickets.
- In the Rows panel, click Add.
- From the list of attributes, choose the custom attribute you created Unsolved tickets > 3 days and Ticket created - Date.
The report is displayed as a bar graph.
Excluding blank and 0 results
- In the Result manipulation () menu, click Metric filter.
- On the Metric filter page, change the slider control to begin at 1 instead of 0, and then click Apply.