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.

Automaticall inserting text in blank field

Featured Replies

  • Newbies

Please help!! This is very frustrating. I am creating a rate schedule (a list of prices) we send to our customers. Some fields only apply to certain customers. My boss doesn't want to see any blank spaces, so I need to figure out how to put "N/A" in the blank fields. Should be easy, but I can't figure it out. All fields are in number format. Thanks!

Create a calculation field in the table:

If(IsEmpty(PriceField); "N/A"; PriceField)

Put the calc field on the layout.

  • Author
  • Newbies

OK, I am no filemaker genius, so I, of course, have more questions. I should change all fields from number format to calcuation format? There are about 250 fields. I don't mind that, but whet do you mean by "create a calculation field in the table?" When I go to "define fields" and define it as a calculation, I don't see how I can do this. Sorry! I am sure I sound dumber than I am.

You would need to create a new field of type calculation. For the calculation formula you would use what T-Square has given you. YOu would, of course, substitute an actual field name for the PriceField in his example.

This calculation will test see if the specified price field is empty, and if so will return N/A as you desire. If it is not empty, whatever number is there will be returned instead. You would use the calculation field on your print layout instead of the number field you have now. Read the on-line help or the FM manual to see how to do this.

But if you have 250 fields, you almost surely have a database design problem that really ought to be fixed. :)

So you might describe what you have and what you are trying to do, and someone will likely be able to suggest a more efficient solution than creating 250 new calculation fields.

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.