Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 5194 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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.

Posted

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....

Posted

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.

This topic is 5194 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.