最近搜索
没有最近搜索
Calculate hours from ticket creation to first outbound call
已于 2024年11月06日 发布
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 条评论
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