Newbies randydop Posted February 4, 2014 Newbies Posted February 4, 2014 I understand all of the issues associated with using repeating fields. I have an application where I have three fields - A, B, and C. A and B are defined as a number. C is defined as a calculation with a repetition of 2. I want to populate the first repetition of C with the value of A and the second repetition of C with the value of B. Calculation result would be a number. Thanks!
comment Posted February 4, 2014 Posted February 4, 2014 Try = Choose ( Get ( CalculationRepetitionNumber ) - 1 ; Extend ( FieldA ) ; Extend ( FieldB ) ) 1
Newbies randydop Posted February 4, 2014 Author Newbies Posted February 4, 2014 Perfect! Thanks for your help!
Recommended Posts
This topic is 4281 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