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

Recommended Posts

Posted

I have a single field that contains a list of ten numbers that are separated by carriage returns. I need to put each number into a separate field. I would like to do this via a calculation. What would be the best way to do this?

Example:

field_a-d

8

345

12

19

Desired result:

field_a: 8

field_b: 345

field_c:12

field_d:19

Posted

field_a = MiddleValues(field_a-d;1;1)

field_b = MiddleValues(field_a-d;2;1)

...etc

Posted

field_a = MiddleValues(field_a-d;1;1)

field_b = MiddleValues(field_a-d;2;1)

...etc

Thanks.

Posted

Having the values in separate fields is probably not much better than having all the values in the one field. They should probably be split into related records.

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