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

Recommended Posts

Posted

I have a field with an employees full name (Christian Name and Surname).

I know i can use a

LEFT(Full Name Field;1)

to get the first letter of a word.

But is there a way to split an entire word into another field.

I want to have a value list attached to a field, this will list the full names of employee's.

I also want to have 2 separate fields, lets say Field1=Christian Name, and Field2=Surname.

Is there a way when a full name is selected from the value list, that the Christian name is placed into Field1 and the Surname is placed into Field2 without manually typing them in?

Posted

Is there a way when a full name is selected from the value list, that the Christian name is placed into Field1 and the Surname is placed into Field2 without manually typing them in?

It would work well to split the data first (using the xWords method). Value lists should select the CustomerID in the first field (you DO have a unique serial for your table, right?) and then the second field would be a calculation where you have concatenated the two fields together as FirstName & " " & LastName.

  • 11 months later...
Posted

Is there a way to sepperate all the words so if i wanted to have a calc, say, take the first letter of every word and put it at the end of the word so "Help!" would become "elp!H"?

Thanks!

FMPierce

:ninja:

Posted

take the first letter of every word and put it at the end of the word

Actually, Filemaker counts "Help" (with no punctuation) as a word, so the result would be "elpH!". In any case, it would require a custom function - and not a very simple one.

Posted

Oh. I am making a DB to do exactly that (Without punctuation), though it can only handle 100 words at a time, it has 4 fields, 3 are repeating fields with 100 repetitions each.

Field #1 = Text, entry

Field #2 = Number, numbers 0 through 100

Field #3 = Calculation, LeftWords ( Extend ( Field #1 ) ; WordCount ( Extend ( Field #1 ) ) - Field #2 )

Field #4 = Calculation, RightWords ( Field #3 ; 1 )

So Field #4 is equal to word Field #2 of Field #1.

So if Field #2 = 0 and Field #1 = "FileMaker 11 Advanced", Field #4 Would equal "Advanced"

BTW. How do you insert a Photo?

Posted

:sorrysign: I just said something COMPLETLY un-related to your post, yet I referred to your post. rrrrrrgggg! :bang:

OK, I am making a DB that can take the letters of each word scramble them in a controlled way to "encode", so to do that I needed to split all the words into separate fields.

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