Recherches récentes
Pas de recherche récente
Calculate hours from ticket creation to first outbound call
Publication le 06 nov. 2024
Hi. Is anyone able to help with a starting place to calculate the time from the ticket creation to the first outbound call made on the ticket. I'm trying to map out our average SLA for outreach to new accounts.
0
1
1 commentaire
James G
It may be possible to achieve this by using the Updates history dataset along with the DATE_DIFF function we referenced here - Date functions. However, you might need to develop a custom attribute that captures the timestamp of the first outbound call made within a ticket, as we currently lack a native attribute for this. After you create that, calculating the date difference between the first outbound call and the ticket creation should be achievable using the DATE_DIFF function.
0