Hi,
We would like to know the number of solved tickets have more than two public comments by agent in Zendesk Explore, but not sure how to set this report up.
Thank you.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
You can try creating the report with the Tickets dataset and then reference the default metric Agent replies in your custom metric formula. Example:
- IF VALUE(Agent replies) >2 THEN [Ticket ID] ENDIF -
This should return the count of tickets with more than two public agent comments.