deego55 Posted February 14, 2005 Posted February 14, 2005 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.
mr_vodka Posted February 14, 2005 Posted February 14, 2005 you can either have a script that sets the fields or calculations based off the repeating field. cAuthor1= Allauthors[1]; cAuthor2= Allauthors[2]; etc...
-Queue- Posted February 14, 2005 Posted February 14, 2005 The calc for the first one can simply be Allauthors, since the first repetition is the default for non-repeating fields.
Recommended Posts
This topic is 7290 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 accountSign in
Already have an account? Sign in here.
Sign In Now