HazMatt Posted August 14, 2002 Posted August 14, 2002 FileMaker's Round(number, precision) function is nice, but I need it to round up all the time. I will not be dealing with negative numbers. My scenario is a material calculator for a machine shop
The Bridge Posted August 14, 2002 Posted August 14, 2002 One option off the top of my head (read: there is probably something better) Rounded_Number = Int(Number_Field) + Case(Number_Field > Int(Number_Field), 1, 0)
HazMatt Posted August 14, 2002 Author Posted August 14, 2002 Sometimes the best answer is the simplest
Recommended Posts
This topic is 8208 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now