Thanks Roger for your help , i have an issue with getting Mod of a percentage value.
i need to calcuate the custom SLA formula as per follwoing but display of output like = 98.18181818181 but it should 98.2%
how to do this ?
if ((Data.Entered.Value - Data.Abanoned_less_20sec.Value) != 0)
Result = 100 * (Data.Answered.Value / (Data.Entered.Value - Data.Abanoned_less_20sec.Value));