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.

Conditional result based on if Fields are empty, partially, or not empty.

Featured Replies

So I have 3 text input Fields and 1 Status (Calculation) Field. 

I want the Status Field to calculate if: all the 3 text fields are empty it will output "Pending", if one or two text fields are not empty it will output "In Progress" and if all 3 text Fields are not Empty then will output "Completed".

How can I go about doing this? I tried a few Case and If statements and always end up only between "Pending" and "Completed" as a result and couldn't get the "In Progress" result.

A little light on this would really appreciate it. Thank you.

You did not tell us the names of the 3 input fields; here I will use InputA, InputB and InputC:

Let (
n = Count ( InputA ; InputB ; InputC )
;
Case (
n = 3 ; "Completed" ;
n > 0 ; "In Progress" ;
"Pending"
)
)

Make sure to uncheck the "Do not evaluate if all referenced fields are empty" option.

 

  • Author

Thanks alot this works very well

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

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.