Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

1,2,3. If not 3 then 2, If not 2 or 3, 1.

Featured Replies

Greetings,

I have three (Number) fields: Field1, Field2, Field3 that track Cost.

I am looking for a calculation that will accomplish this logic.

If there is no value in Field3, Field2.

If there is no value in Field3 or Field2, Field1.

Any suggestions would be greatly appreciated.

Thanks in advance.

Edited by Guest

Case ( IsEmpty ( Field2 ) AND IsEmpty ( Field3 ), Field1, IsEmpty ( Field3 ), Field 2 ) )

What about when there is something in Field 3 but not 2?

  • Author

There will always be something in field2. There has to be something in field2 before field3 can occur.

Thanks for the feedback, much appreciated, I will implement this into my system.

Thanks again.

  • Author

Greetings,

I have three (Number) fields: Field1, Field2, Field3 that track Cost.

I am looking for a calculation result that will take the ladder of these 3 arguments:

If Field1 has a value,1

If Field2 has a value,2

If Field3 has a value,3

Meaning, if there is a value in field1, field1. If there is a value in field1 and field2, field2. I there is a value in field1,field2 and field3, field3.

Note: If there is a value in field3, there will always be info in field1 and field2. If there is a value in field2, there will always be a value in field1.

I apologize for posting a similar question last week, my requirements have changed.

Thank you kindly.

Edited by Guest

There's probably a more fun and elegant solution, but here:


Case(

  Field3 ; 3 ; 

  Field2 ; 2 ; 

  Field1 ; 1 )

Oh, if you're in FM6 use commas instead of semicolons.

I apologize for posting a similar question last week, my requirements have changed.

I merged your two topics, and sent you a Private Topic to explain why.

Lee

  • Author

Fitch, that works perfect. Thank you all for your help.

Edited by Guest

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.