Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Repeating fields, transfer value to non-repeating


This topic is 6703 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

FMP 6.0 question. I've got a repeating field of 20 repetitions. How can I take information from a certain repetition and move the data into a seaparate non-repeating field. I know I can copy and paste but I would like this to occur without the user having to do this. Any assistance would be appreciated. Thanks.

Posted

Hi

you can use the GetRepetition(field;number) function, where "number" is the rep you want to copy, in a calculation field;

so, for example, if you have these values into "field":

A

B

C

GetRepetition(field;3) will give you: C

  • Newbies
Posted

I had a look at that calculation and it appears that I need to specify a repetition number. What I'm looking for is a way to click on one of the repetitions and have the data transfer (copy?) to a different non-repeating field. Any thoughts?

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