Hello,
I’d like to be able to pull data from an earlier repeat into a shorter repeat (containing a subset of the values from the first repeat).
As such, I don’t want to use position(…) because that would pull data from the same index as the first repeat. What I would like to do is have something like:
indexed-repeat(${data},${first_repeat}, ${second_repeat_ID} = ${first_repeat_ID}
in order to pull the data from the instance of the first repeat that matches the ID of the second repeat.
Is there any way to do this?