Hello all,
I'm using Survey123 Connect with ArcGIS Enterprise 10.5 feature services
I am wondering if there is a way in a Survey123 XLSform to take a user's input to a text field (example: serial number -> g964-b764) and perform a calculation to change all lowercase letters in the string to uppercase. Also, I would like to replace any whitespace in a text string with either no whitespace, or a hyphen. Is this possible?
In python, these are equivalent to str.upper() and str.replace()
Thanks!