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.

Featured Replies

Let's say I have 2 fields: A and B

If A has data, then B must have a data, otherwise B can be blanked.

I can run a script to check such as: if not isempty(A) and isempty(:,

then show message,

But I like to check it by go to field definition, and click validation tab. I attempted to do this way couple times, but I always get a FMP error message

What I did is:

Case( not isempty(A) and not isempty(:, 1, 0)

and the error message look like:

An operator (eg +, -, *,..) is expected here.

What did I miss?

Thank you in advance.

HP

Where was the cursor after the error message appeared?

Try this:

Case(

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.