Recent searches


No recent searches

Explore recipe: Average replies per ticket for each agent per day



Edited Oct 24, 2024


0

5

5 comments

Hello,

Interesting recipe.

Is there a way to measure, by month, the average number of public comment updates made by agents? i.e. my aim is to make sure that every tickets receive at least one public comment from an agent, and visualise this by month.

0


image avatar

Devan La Spisa

Zendesk Community Manager

Hello Jais,

While you can do a count of comments made by each role, you can't switch the aggregator to average as Explore currently stands. I would recommend sharing your use case on our product feedback forums so our developers can consider it for a future update. 

Best regards.

0


Hi @...

Thanks for your answer. What about this formula:

D_COUNT(Agent public comment)/DATE_DIFF([Ticket solved - Timestamp],[Ticket assigned - Timestamp],"nb_of_days")

where "Agent public comment" is worth:

IF ([Comment present] = TRUE AND [Comment public] = TRUE AND [Updater role] != "End-user") THEN [Update ID] ENDIF

0


image avatar

Rob Stack

Zendesk Documentation Team

Hi Jaïs Pingouroux, here's an idea to try. Use the standard calculated metric from the recipe above. In the columns panel, Add the update month attribute.
Then, add two filters. The first, Comment type should include only Public comments.

The second, Updater role should exclude End-user. The query would look something like this:

If that isn't what you needed, please ask this question over at the product feedback forums to see if it's a feature that could be added. Thanks!

2


Hello!

 

I would like to see the average amount of public comments per day of week. The goal is to have at least 15 public comments per day and I would like the report to show the current process.

I tried the COUNT(Agent comments) / DCOUNT_VALUES([Update - Date]) metric with filters for public comments and role as agent/admin and got quite close.

 

I have 2 issues:

  1. If there has been more than 1 public comments on one ticket, it will still be only considered once in the average calculation.
  2. What if there are no results on some weeks - for example, I will look at 1 month period and want to see the average public comment number based on the day of the week. I will do 20 public tickets on the first two Mondays of the month and then go on a vacation. Will the result be calculated as (20+20)/4 since there are 4 Mondays in that month, or will it be (20+20)/2 since I only updated tickets on the 2 Mondays that I worked?

 

0


Please sign in to leave a comment.