Rounding up numbers in a custom form | Community
Skip to main content
Level 7
June 6, 2016
Question

Rounding up numbers in a custom form

  • June 6, 2016
  • 11 replies
  • 1619 views
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)
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

11 replies

Level 9
June 10, 2016
Strange. The format on my custom form was Number. Something you might want to check. One other thing that was happening for me is if you did put in the custom form in the project, you have to delete the form on the project and then re-add it to make sure it calculates properly.