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.

Conditional format in every other portal row

Featured Replies

I have a portal with the alternate row colors turned on. There is a field in the rows that is overlayed on top of another one. So as to not mess up the appearance, the upper field needs a fill. But this looks ugly in every other portal row.

Is there a way to format this, depending on whether it's an odd or even row? At least in my v13 I can 't see this, but perhaps there's a better way to accomplish the same thing.

Thanks

8 hours ago, stefangs said:

Is there a way to format this, depending on whether it's an odd or even row?

There is, but it is a bit complicated because Get ( RecordNumber) in a conditional formatting formula will be evaluated from the context of the parent record. The solution is to define an unstored calculation field in the child table as =

Get ( RecordNumber)

then use:

Mod ( Child::cRecordNumber ; 2 )

or:

not Mod ( Child::cRecordNumber ; 2 )

as the formula for conditional formatting. If the relationship is allowed to create child records, you may need to expand the expression to handle the "ghost" record's fields.

 

  • Author

Perfect, thanks! I'm glad I don't need to deal with ghost fields 😉

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.