Hi,
I'm working in ArcGIS Online.
My survey has one repeat with another repeat inside it. I would like to put the parent repeat count and the child repeat count in the table heading for each child record.
I have the attached report template with sample output. In the sample output I have added and deleted what I want in red text.
Is this possible?
Thanks
Hanlie
Solved! Go to Solution.
@TylerGraham2 thanks for the suggestions.
I managed to get what I want with:
Site ${s123_wla_investigation_site.site_number} Photo ${$feature | getValue: "position"}
Thanks
Hanlie
Check out this report expressions page. If you're looking for a count of the number of repeats, I think getValue:"count" is the one you're looking for. If you're looking for a repeat's specific number out of all of them, I'd try getValue:"position".
@TylerGraham2 thanks for the suggestions.
I managed to get what I want with:
Site ${s123_wla_investigation_site.site_number} Photo ${$feature | getValue: "position"}
Thanks
Hanlie