Select to view content in your preferred language

index of the repeats in iteration

616
1
Jump to solution
02-01-2023 06:21 PM
PamelaLandy
Regular Contributor

I want to place the repetition number and place it as a label at the beginning of each one, so that it can be known which repetition number is filling up, until reaching the maximum repetition number
repeat 1 : fill in info number 1
repeat 2 : fill in info number 2 ... 

0 Kudos
1 Solution

Accepted Solutions
Katie_Clark
MVP Alum

I think the position(..) function should work for this. Use that in the calculate column for a hidden field, then reference that field in the label of the question you want to display.

https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm

Best,
Katie

If this answer helped you, please consider giving a kudos and/or marking as the accepted solution. Thanks!

View solution in original post

1 Reply
Katie_Clark
MVP Alum

I think the position(..) function should work for this. Use that in the calculate column for a hidden field, then reference that field in the label of the question you want to display.

https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm

Best,
Katie

If this answer helped you, please consider giving a kudos and/or marking as the accepted solution. Thanks!