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
Original Message:
Sent: 03-14-2025 19:15
From: Russell Kondro
Subject: Nested Repeatable Drel
Hey Everyone,
I'm looking to make a custom excel form and i have a Repeatable section I need details for however it is nested in another creating multiple repeatable instances.
I know for a single repeatable it would look like
%a[Unique level1][0], %a[Unique level1][2], %a[Unique level1][3] for example but i need to pull the multiple levels from each instance into the columns.
Would it look like this?
%a[TimberPlots][0]%a[TBWaypoint][0] | %a[TimberPlots][0]%a[TreeSpecies][0] | %a[TimberPlots][0]%a[DiameterBreastHeight][0] | %a[TimberPlots][0]%a[DistanceTree][0] |
%a[TimberPlots][0]%a[TBWaypoint][1] | %a[TimberPlots][0]%a[TreeSpecies][1] | %a[TimberPlots][0]%a[DiameterBreastHeight][1] | %a[TimberPlots][0]%a[DistanceTree][1] |
%a[TimberPlots][0]%a[TBWaypoint][2] | %a[TimberPlots][0]%a[TreeSpecies][2] | %a[TimberPlots][0]%a[DiameterBreastHeight][2] | %a[TimberPlots][0]%a[DistanceTree][2] |
%a[TimberPlots][1]%a[TBWaypoint][0] | %a[TimberPlots][1]%a[TreeSpecies][0] | %a[TimberPlots][1]%a[DiameterBreastHeight][0] | %a[TimberPlots][1]%a[DistanceTree][0] |
%a[TimberPlots][1]%a[TBWaypoint][1] | %a[TimberPlots][1]%a[TreeSpecies][1] | %a[TimberPlots][1]%a[DiameterBreastHeight][1] | %a[TimberPlots][1]%a[DistanceTree][1] |
%a[TimberPlots][1]%a[TBWaypoint][2] | %a[TimberPlots][1]%a[TreeSpecies][2] | %a[TimberPlots][1]%a[DiameterBreastHeight][2] | %a[TimberPlots][1]%a[DistanceTree][2] |
Or do i need one more set of brackets? Or am I wrong completely.
------------------------------
Russell Kondro
Wildlife and Fisheries Biologist
Basin Environmental
------------------------------