Hi!
We would like to know if the metric "Internal Comments" in Explore is using Read Receipts for the count.
We use the metric in one of our reports, and the Internal Comments are higher than what we believe our agents are using the internal note function. Since Read Receipts are shown in the same way as an internal comment, we wondered if they are counted by the metric.
To add additional info, end-user replies are coming in as public comments.
I found the following information, but I wasn't able to figure out if Read Receipts would be part of it.
| The number of internal comments on tickets. | IF ([Comment present] = TRUE AND [Comment public] = FALSE) THEN [Update ID] ENDIF |
Thanks in advance for the help!
Irene
IF ([Comment present] = TRUE AND [Comment public] = FALSE
AND [Updater role] = "Agent")
THEN [Update ID] ENDIF
Hope this helps!