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

Recommended Posts

Posted

Hi,

I'd like to create a calculated field (in FM8) that will contain a text string made up of concatentated strings from one field in all the related records (in one particular relationship).

For example, if I had a people table, and a related cat table. I'd like a field in the people table that might say "Felina+Boots+Cooper+" for a person with those three cats.

I'm not concerned about the delimiters.

It seems like it should be easy, but it hasn't been.

Thanks,

Marek

Posted

Hi Marek,

Create a value list of your cat table, using values from fields and only related values (to people). Then calculation (text, unstored) in people with:

Substitute(

ValueListItems(Get(FileName) ; "thisNewVL" ) ; ¶ ; ", " )

)

This will produce Felina, Boots, Cooper

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