I have a formula that seems to work but the percentage seems to round up. Is there a way for the field to display 84.62% instead of 85% ? This is what the formula looks like. Thanks.
// calculate the percent of administrations that were on time for a department
if {@Count Admins Dept}=0 then 0
else round(({@Curt4}/{@Count Admins Dept})*100)