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

Recommended Posts

Posted

Hi,

I have a repeating text field, and I'd like to use the concatenation of the repetitions as a single string (maybe with a given separator string inserted between the values, but this is less important).

Any suggestions? I counldn't figure it out, without having to loop through the repetitions in a script and collecting the value in a variable.

Posted

First I would recommend not using repetitions if possible. You limit yourself with repeating fields. Related records is a much better way to go.

That being said, if you need to use repeating fields then try something like this.

Substitute ( List ( YourRepeatingField); ¶; "|" )

where the "|" is a pipe in this case but you can use a ~ or ^ or something.

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