Newbies SkiSystems Posted November 18, 2012 Newbies Posted November 18, 2012 I would greatly appreciate any advice. I think what I am trying to do is simple, I just can not figure it out. I have a field "LotA" and a field "LotAcres". I am trying to write a calculation for LotAcres field that will automatically put 4.6 in to the field if the "LotA" field is NOT empty... If the "LotA" field is empty then the "LotAcres" field I want to remain empty. Thank you for your help.
LaRetta Posted November 18, 2012 Posted November 18, 2012 Hi skiSystems, welcome to FMForums. :-) Would you ever need the ability to manually override or change that LotAcres? If not then the field should a calculation (result is number) and look like this: Case ( not IsEmpty ( LotA ) ; 4.6 ) If you need ability to override then it should be number with auto-enter by calculation and uncheck 'Do not Replace'. Oops notice calc change adding another parenthesis.
Recommended Posts
This topic is 4446 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