Increment Survey Numbers

1073
4
08-29-2017 09:23 AM
MichaelLathrop
New Contributor

Hey Team,

Is there any way to auto-increment survey numbers (e.g. 1,2,3,4)? I have a Survey 123 Form that I'd like to make improvements on for our staff to collect data in the field. To address the duplicated numbers I've given them an assigned series, (i.e 10-###, 20-###) and have created separate forms for each of them to avoid duplicating survey numbers. It would be so much nicer to have this done "auto-magically" when conducting their surveys.

Respectfully,

Michael

0 Kudos
4 Replies
JamesTedrick
Esri Esteemed Contributor

Hi Michael,

Survey123 does not support auto-incrementing numbers currently; as you note, some careful construction needs to be considered and made in order to ensure duplicates are not submitted.

0 Kudos
AngusKing
New Contributor

Hi Micheal, any chance that we could get auto-increment numbers added to survey123?

0 Kudos
by Anonymous User
Not applicable

Hi Michael,

Ismael wrote a good blog post on this topic a few months ago, check it out here: https://community.esri.com/groups/survey123/blog/2017/11/25/creating-ticket-numbers-in-survey123-for... 

Phil.

0 Kudos
DougBrowning
MVP Esteemed Contributor

I got this simple one to work now

I got this to work for repeats

 

In a repeat have a field with a calculate (it can be editable)

Use this formula subbing in any field in the repeat (except itself)

        once(count(${RecKey}))

 

ref https://community.esri.com/message/787003-re-survey123-functionality-calculate-position-in-repeat-gr...

0 Kudos