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

I bet this is so simple, but I'm just not getting there....

I have a dbase where the records are people. There is a field (Mail) that has 15 check boxes representing criteria I use to select records in order to generate mailing lists. Two of the values "FormerExec" and "FormerFirm" I want to be highly visible if they are checked. So I've created a text calculation field (Former) in 50 pt size that should pick up on this:

Case(Former = "FormerExec", "FormerExec", Former = "FormerFirm", "FormerFirm", "")

It works fine, but only when either of these values are the only ones selected. I can't seem to modify the calc so that it still works regardless of how many of the other values in Former are also checked.

Yours - numbly.....

Try this in your calculation.

Case(

PatternCount( Former, "FormerExec"), "FormerExec",

PatternCount( Former, "FormerFirm"), "FormerFirm",

"")

PatternCount looks for a match in a field regardless of all the other text within it.

So as long as that text exists it will return the result.

[ March 07, 2002, 05:40 AM: Message edited by: Andy Gaunt ]

  • Author

Cheers Andy, works a dream!

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.