August 16, 200322 yr How do I use Set Field to set a field to the 2nd Repetition in another field in a script I'm writing? Is there a way to write (describe) it in the Specify Calculation window that I don't know about or do I need to think about a workaround?
August 16, 200322 yr You have to use the GetRepetition function to select which repetition you want. So the Set Field step would be: Set Field [DestinationField, GetRepetition(SourceField,2)]
August 16, 200322 yr Author Yup that's the ticket, I was pretty sure there was someting there and I was just being stupid about finding it. I had looked for something saying just Repetition not GetRepetition. Thanks for such a quick reply Bob. That's a great help.
Create an account or sign in to comment