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.

Validation by Calculation

Featured Replies

Hi,

I'm having a problem trying to validate a field. I have 3 fields.

1) Job Status: This is a drop down with Won, Lost, Pending

2) Date Won: Date field

3) Sold For

Basically I don't want the Date Won field to be blank when Status=Won or when the Sold For field is not empty.

This is what I have so far, but it's not working. The validation message still comes up when all three fields are either entered or empty.

[color:red](not IsEmpty(Sold for) and not IsEmpty(Date Lost))

Any ideas on how I can do this?

I don't want the Date Won field to be blank when Status=Won or when the Sold For field is not empty.

That could be written as:

not ( IsEmpty ( Date Won ) and ( Status = "Won" or not IsEmpty ( Sold For ) ) )

Edited by Guest

  • Author

Hi,

Thanks for the prompt reply. I tried your suggestion but I'm still getting the validation message when Status is NOT Won or when the Sold for field is empty.

Sorry about that - I got distracted by noisy neighbors. Try the edited version.

  • Author

thanks a lot. That worked GREAT!

I'm glad to hear that, because they're still at it...

:bang:

You dont want to know where my mind went... :o

:shocked:

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.