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.
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
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.