kenneth2k1 Posted July 22, 2002 Posted July 22, 2002 I had a calc field that calculated amount of days from the current date to the entered in another date field (Date_Grad). Recently, I had to change the calc to figure to reflect months instead of days: (Date_Grad - Status(CurrentDate)) / 30 result is a Number The field was reflecting an extensive decimal value. For example, 71.366667. So I went to Format/Number and set the fixed number of decimal digits to zero. This seemed to fix the problem, but I also have a merge field on another layout, but it still says 71.366667. How can I change this merge field to eliminate the decimal digits? Thanks Ken
Kurt Knippel Posted July 22, 2002 Posted July 22, 2002 You do it the same way that you did on the other layout. Is there some reason that this will not work?
Geeksharka Posted July 22, 2002 Posted July 22, 2002 Field Format only affects the way the field is displayed, not what its actual contents are. So you would need to apply the same Field Formatting to each visible field. You could also actually modify the contents of the field itself with the Round function. That way it will show up the same way in any field.
kenneth2k1 Posted July 22, 2002 Author Posted July 22, 2002 Thanks for the replies, guys. Ok, I see. I screwed up. Prior to posting, I went to the other layout and did Format/Number, but I did not select the body of text that the merge field was in. I think thats why it didn't work. After I saw your guys' post, I went back and right-clicked/Format/Number, adjusted the decimal digit and it worked. Thanks for helping out. Ken
Recommended Posts
This topic is 8230 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