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

Haven't been able to figure this one out yet...using FM Pro 4.

I have a portal showing several records with several fields for each record. Some of the fields need to remain empty until an action occurs. The data in the portal rows/records line up as long as each field in each portal record contains data. However, if a portal record has an empty field, that field for the remaining portal records shifts up.

In FMP this is no problem.

I have tried using an [FMP-if] command to input an "N/A" if the field is blank but so far that hasn't worked.

Any ideas would be appreciated.

JM

------------------

Use an [FMP-If] statement within the protal to check whether the field is empty or not. If it is empty, insert a non-breaking space and/or a <p> tag to fill-out the table row.

I just read you tried somethig similar... no problem, do it at the FMP database end instead. Create a calculation field in the database. Something like

If[isEmpty[field]; " "; field]

and display this calc field in the portal instead.

  • Author

The [FMP-if] may actually work. I found an error in my code. Used the wrong type of braket.

However, your suggestion worked like a charm. It was also probably faster to set up since I have 3 fields that can be blank.

Thanks!

JM

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.