Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6351 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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!

Posted (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 by Guest

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.