Hi - I'm trying to use a guage dial to show the average time a call takes to connect.
The field I want to use is RingingTime. I have a series of call records each having a RingingTime.
My dial is always at 1. (100%). I have
sum(total RingtingTime) as the dimension
sum(RingingTime) / sum(total RingingTime) as the expression.
However it's always coming in as 1.
It's like the total isn't working. I would expect that sum(RingingTime) is from the current filter options and sum(total RingingTime) should be ALL the ringingtime for the entire dataset.