Hello!
I am struggling with the syntax for a Feature Report template. My Feature Report is linked to a Feature Layer, and the Feature Layer structure is represented below:
| Field_1 | Field_2 | Field_3 | Field_4 |
A1 | Name_A1 | I1 | Description_I1 |
A1 | Name_A1 | I2 | Description_I2 |
A2 | Name_A2 | I3 | Description_I3 |
A2 | Name_A2 | I4 | Description_I4 |
A2 | Name_A2 | I5 | Description_I5 |
I need to perform nested repeats starting with the outer repeat of Field_1 (extracting unique values); then the inner repeat will be based on Field_3.
So, schematically, the output will look something like:
Any thoughts on the required syntax to achieve this type of flow?
Cheers
SCB