Hello there!
I'm currently building a survey with XLS-Forms with 2 nested repeats, and I want the survey to remember some parts for the next repeat.
The outer repeat is a simple counter for each messurement (1,2,3,4,...) and the inner repeat represents the data of the messurements.
When I collect the data, the outer repeat block is set to 1 and the inner repeat is filled with data (A,B,C,D,...).
Now the outer block is repeated and is set to 2. I want the inner repeat block to remember the values of the first inner repeat block, so that the result of the second outer repeat will be 2 - A,B,C,D,... without me entering A,B,C,D,... again.
I hope that this was somewhat understandable. Thanks in advance!