Question
Rounding up numbers in a custom form
We have created a custom form that contains two calculated fields called Planned Hours and Actual Hours. We have added a conversion formula to show the number in days rather than hours. When you view this custom form attached to a project, both these numbers show up with too many decimal places so we've tried to add an expression to round them to one decimal place but it doesn't seem to do anything. This is the formula we're using, what are we missing? ROUND((Actual Hours/60/7.5),1)