Forum Discussion
M_B_
4 years agoNew Member
Average Talk Time Issue
Hi I'm trying to calculate average talk time, and am having issues where the call goes into a new day: My measure is: Duration Average = VAR total_second = AVERAGEX( Cal...
Anonymous
4 years agoNot applicable
Hello M_B_
Have you tried to substract call end time with call start time and represent the value as seconds?
- M_B_4 years agoNew Member
Hi Anonymous
I thought that was essentially what my DATEDIFF was doing within this sum?What formula would I need for a straight subtraction End Time-Accepted Time which would return a value in seconds?