sum over count giving different result than what it should be
Hi All,
I have an expression like below
sum(calltime) / count(IncidentID)
In the same chart The individual expression sum(calltime) is giving me 515224 and individual expression count(IncidentID) is giving me 42861. This means that the expression should give me 515224 / 42861 = 12.02.
However The Qlikview expression sum(calltime) / count(IncidentID) is giving me 0.0083478016685541 value. I am not sure where is this value coming from.
There is no other table attached with this table at the moment