February 14, 200521 yr Is there any way to take input that is in a repeating field and make each instance its own field? For instance if I have a repeating field with 4 author's names (allauthors), and I want to seperate each author into their own field (author1, author2, etc.) Any help is greatly appreciated.
February 14, 200521 yr you can either have a script that sets the fields or calculations based off the repeating field. cAuthor1= Allauthors[1]; cAuthor2= Allauthors[2]; etc...
February 14, 200521 yr The calc for the first one can simply be Allauthors, since the first repetition is the default for non-repeating fields.
Create an account or sign in to comment