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

Recommended Posts

Posted

I have a repeating Number field[24].

I now want to set another field to display all the values in the repeating field, but only those that have a value in them.

I want each of the values separated by a ", " for ease of viewing.

I will need to set the field long enough in size to allow for the possibility of 24 separate numerical values.

And allow for the comma between each value also.

Would the field need to be set to a Number field or a Text field, as it includes comma's ?

How can i achieve this?

Posted

You could use =

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

The result of the calculation is Text. All the usual warnings about using repeating fields apply.

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