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.

Use of >

Featured Replies

I've used the > symbol in calculations to identify fields that have information, as in: Case(Home Address > 0; etc., but I've found that if the field starts with a parenthesis, it doesn't see that as greater than 0. Is there a simple way around this?

Steve

Try the IsEmpty() function instead.

  • Author

Perfect . . . I had quite a few calculations in my database using < "0" and > "0" whether the field had anything in it. I've gone through now and changed them all to IsEmpty and not IsEmpty and all is working fine. Thank you for your quick reply.

Steve

if the field starts with a parenthesis

That's not a good naming practice. In fact FMP should have warned you about the use of certain characters in field names.

Hi Steve,

I would also mention that < 0 and > 0 can break when used on TEXT fields. If the text is [color:blue]-22 Westinghouse then the > 0 will fail because the NUMBER is less than 0. And the < 0 will fail as well (if you think it indicates that the field is empty) because the -22 number will pass the < 0.

I suspect that's why it failed ... "but I've found that if the field starts with a parenthesis, it doesn't see that as greater than 0", ie, because the address probably had a dash & number in it, instead of it being because it began with parenthesis (because that shouldn't make a difference in that Case() calculation) although I totally agree that you should never use invalid characters in data fields.

Edited by Guest

That's not a good naming practice.

I think it's the contents of the field, not its name.

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.