Forum Discussion
Rck7
8 years agoHelper II
How do I calculate average Response Time and Resolution Time ?
Hello Friends, I have an Issue Table, with IssueID, IssueDate, StartDate , Resolved Date as Columns. I would like to calculate the a) the average First response time(in hours), b) average re-solut...
zenmemo
8 years agoHelper I
Hi Rck7, is this what you're looking for?
Average Response Time = DATEDIFF(StartDate,ResolvedDate,HOUR)