Newbies Devildolldeb Posted July 5, 2007 Newbies Posted July 5, 2007 I am trying to do a calcuation that would be equivilent to an if; then statement If number field A is less than or equal to 0, than the calculation field remains as a fixed number (Field but if number field A is greater than 0 than the calculation should take place which is (Field B + Field C) I have only been able to get filemaker to do one or the other calculations but not both. how do i do this? thanks! deborah I am very new to building databases!
AudioFreak Posted July 5, 2007 Posted July 5, 2007 (edited) I believe this does what you are looking for. If (Field A ≤ 0 ;1000 ;Field B + Field C ) If field A is 0 or less it will return 1000. Which you can make any number you want. Michael Edited July 5, 2007 by Guest
Newbies Devildolldeb Posted July 5, 2007 Author Newbies Posted July 5, 2007 yes! that worked! thank you so much!!
Recommended Posts
This topic is 6351 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