Close!
%e[TimberPlots][0][%e[TimberDetails][0][%a[TBWaypoint]]]
%e[TimberPlots][0][%e[TimberDetails][0][%a[TreeSpecies]]]
When you are using the %e reference, you don't need the [n] after the question label because as part of your %e statement, you are defining the row you want. So these examples should pull out the first values in those questions.
Thank you!
------------------------------
Ian Chamberlain
Solutions Architect
TrueContext
------------------------------
Original Message:
Sent: 03-17-2025 16:51
From: Russell Kondro
Subject: Nested Repeatable Drel
Hey Ian,
Thank you i think that helps, based off my above example then it should look like this?
| %e[TimberPlots][0][%e[TimberDetails][0]%a[TBWaypoint][0]] | %e[TimberPlots][0][%e[TimberDetails][0]%a[TreeSpecies][0]] |
For clarification "TimberPlots" is the heading for the first repeatable section and "TimberDetails" is the unique for the nested repeatable with "TBWaypoint" and "TreeSpecies" are two of the columns I want to fill.
------------------------------
Russell Kondro
Wildlife and Fisheries Biologist
Basin Environmental
------------------------------
Original Message:
Sent: 03-17-2025 13:04
From: Ian Chamberlain
Subject: Nested Repeatable Drel
Hello Russell,
I hope I can help you out a little more here, going to need to start with an example to make it easier to explain:
So in this example, I have the Main Form with a Repeat called Repeat1 and a Nested repeat called Repeat2 (inside of Repeat 1)
Main Form
---> Repeat1
--->Repeat1_Q1
---------->Repeat2
---------->Repeat2_Q1
Now If I wanted to target the first value of Repeat2_Q1 that is in the first row of Repeat1, it would look like this:
%e[Repeat1][0][%e[Repeat2][0][%a[Repeat2_Q1]]]
2nd row in Repeat2
%e[Repeat1][0][%e[Repeat2][1][%a[Repeat2_Q1]]]
Then moving into the 2nd row of Repeat1:
%e[Repeat1][1][%e[Repeat2][0][%a[Repeat2_Q1]]]
I hope that helps, and let me know if you need some assistance with your specific example!
------------------------------
Ian Chamberlain
Solutions Architect
TrueContext