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.

Auto-enter calculation

Featured Replies

I'm pretty sure I know the answer to this but maybe someone has a brilliant workaround. Or maybe I don't know the answer.

Anyway, is it possible to have more than one auto-enter calculation acting on a field? Example: I'm using a phone format auto-enter calculation that I like very much and would hate to remove it. I also like the idea of using an auto-enter calculation to show field labels in an empty field:

Case(IsEmpty(field); "field label text"; "")

Is it possible to have both calculations acting on a single field?

Abbe Lougee

How about:

Case( IsEmpty ( field ) ; "field label text"; )

Haven't tested try this?

Let(

-text = "field label text";

_format= ;

_label = Case (isEmpty( field ) or field = _text ; _text ; _format )

];

_label

)

Edited by Guest

  • Author

This works, thank you! And I really should have been able to work it out for myself. But I learned a little that I can apply (or try to apply) in other circumstances.

  • Author

I'd love to make this work, but every time I enter the calculation, FM returns the error "The specified field can not be found" referring to the variable '_format'

I'll keep playing around with this because it should work. Wish I had figured this out myself...

Abbe

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.