Skip 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.

Calculation Help

Featured Replies

I'm trying to make a calculation for a field, Head of Household Work Phone. I want it be that If it is empty, as in there is no work phone, then it will display the message "None". I'm close, but can't quite get it right.

But also, I want it more complex. I have a Spouse Work Phone field as well. I want that to do the same. However, some obviously do not have a spouse. So I would like to make that conditional upon the Spouse First Name field being filled. Because obviously if it is empty, there is no spouse and I don't need the message "None" in work phone

Thanks for your help finishing these off.

Head of Household Work Phone:

Case( 

      IsEmpty( workphone ) ; "None" ; 

      workphone )



Spouse Work Phone:


Case( 

     IsEmpty( spouse first name ) ; "" ;

     IsEmpty( spouse workphone ) ; "None" ; 

     spouse workphone )

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

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.