ibiubu Posted July 28, 2003 Posted July 28, 2003 If I have a calculation that returns a number containing a decimal...for example here is my calc: Round(ImpQ1 / MaxAllQ, 2) The results is a number that originally would be 0.87526 but gets displayed as 0.87 Is there a way to add something to the calc that would round the number up or down after the decimal? For example 0.87526 would get rounded to 0.9 0.842 would get rounded to 0.8 I dont want it to round all the way up to 1.0 LR
kenneth2k1 Posted July 28, 2003 Posted July 28, 2003 Hi: You probably just wanna set up a calc field that rounds your number field to a precision of 1: calc field, unstored: Round (number field, 1) It should round to the first spot. Ken
Recommended Posts
This topic is 8129 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