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 4265 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a calculation to find a middle name that does not return any text. The calculation is for parsing the middle name in a string that may contain a title, such as Mr, Dr, etc is:

 

 

 
Case(IsEmpty(Title) = 1 and MiddleWords(FullName; 2; 1) - NameLast; MiddleWords(FullName; 2; 1); 
IsEmpty(Title) = 0 and MiddleWords(FullName; 3; 1) - NameLast; MiddleWords(FullName; 3; 1); "")
 
This is accepted as valid but returns only a blank. Any help would be appreciated

 

Posted

As you can see, each piece of information should have had its own field.

 

If you were to do a search for parsing names, you would find numerous discussion on this need. See if this gets you started.

Posted

Are you still using v9 client? if you have upgraded to Advance, there is a Custom Function that can help too here fnNameParser

This topic is 4265 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.