August 14, 200223 yr 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
August 14, 200223 yr 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)
Create an account or sign in to comment