I believe it is possible to reduce the decimel point of a formula statistic created within ccpulse however not sure how to do this?
The calculation behind the formula is:
ccpulse.group(“1”).statistic(“Calls Answered Today”) / (ccpulse.group(“1”).statistic(“Calls Answered Today”) + ccpulse.group(“2”).statistic(“Calls Abandoned Today”)) * 100
and results is something like 94.15, whereas I need it to show 94.
I have tried the Math.Round function but whichever combination I try doesnt appear to work advising over an overflow error.