Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

AVG() Not Returning Expected Results

I have a straight chart, with call numbers and turnaround times.

I'm trying to calculate the average, with a straight - avg() and it's producing a strange result.

I've tried sum(total turnaround) / count(distinct call no) - same result.

Bit stumped now.

Any help greatly appreciated.

File attached.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

When you say Strange Result.. do you mean a decimal value?

In that case, try using the function Time() or Interval() around your expression to format it as a time portion of a timestamp.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

When you say Strange Result.. do you mean a decimal value?

In that case, try using the function Time() or Interval() around your expression to format it as a time portion of a timestamp.

Anonymous
Not applicable
Author

Spot On.

Interval worked.

Thanks.