Hi,
I've been setting up a report which calculates time to resolve against trouble tickets which can be resolved either by going from open to comp status or open to wait.
I've been experimenting with running totals/variable fields and have managed to get a sum of all the resolve times for each ticket in a given date range using a variable field and I now need to divide this by the ammount of tickets for the average resolve time for that date range but using a formula {sum field} / DistinctCount ({SCCall.Call_Num}, {SCCall.Call_CalT_Code}) returns a value of 0.00.
I have confirmed that the value in the sum variable field is correct but how can I run calculations against this value to find the average?
(SCCall.Call_CalT_Code is part of the distinct count as I am only sampling one type of call).
I've been setting up a report which calculates time to resolve against trouble tickets which can be resolved either by going from open to comp status or open to wait.
I've been experimenting with running totals/variable fields and have managed to get a sum of all the resolve times for each ticket in a given date range using a variable field and I now need to divide this by the ammount of tickets for the average resolve time for that date range but using a formula {sum field} / DistinctCount ({SCCall.Call_Num}, {SCCall.Call_CalT_Code}) returns a value of 0.00.
I have confirmed that the value in the sum variable field is correct but how can I run calculations against this value to find the average?
(SCCall.Call_CalT_Code is part of the distinct count as I am only sampling one type of call).