Can you auto-populate a field in Survey123 from another field by only pulling certain characters?

507
1
Jump to solution
10-26-2018 10:32 AM
deleted-user-Fl9Sr_mnW5iu
New Contributor II

I have a field where the user inputs text Aa1Bb2Cc3

Am I able to auto populate another field by only populating the field with Bb or 3. 

Auto populate the field with characters [4:6] or just [9]

How would I do this?


Thank you.

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
IsmaelChivite
Esri Notable Contributor

The function substr could be of help for this. For example:

substr(${questionABC}, 4, 6)

For more info on XLSForm functions refer to: Quick reference—Survey123 for ArcGIS | ArcGIS 

View solution in original post

1 Reply
IsmaelChivite
Esri Notable Contributor

The function substr could be of help for this. For example:

substr(${questionABC}, 4, 6)

For more info on XLSForm functions refer to: Quick reference—Survey123 for ArcGIS | ArcGIS