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 have a field called "Ct Atty" with user's initials. I have an additional field that I would like to automatically populate with their full names based on their initials.

I thought I was on the right track with with

If ( Ct Atty = "JS" ; John Smith ).

This must be a very basic problem, but I'm stuck.

Thanks,

Kevin

Use the case function on the additional field:

Case (

Ct Atty = "JS";

"John Smith";

)

Edited by Guest

Wrong approach. This isn't a calculation at all.

We need to know more about what you're trying to accomplish, but you need a table of names and initials. You also need to consider what you're going to do in the case of duplicate initials; Jane Smith and John Smith for example.

But how do you get the initials?:P

Is this field a calc field or do you manually enter them?

I lean toward a relationship instead of having to enter every initial possibility into a case function....

A calculation should not require modification when personnel changes. Put your data in tables and fields instead, and use a relationship to retrieve it.

You should also be using IDs instead of initials.

  • Author

Thank you all for your replies. I think I'll try the separate table and relationship approach.

Thanks again,

Kevin

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.