I have looked through the ESRI community board and other S123 documentation for this, but I am either blind, or it doesn't exist?
I am looking to generate an acronym from a string field to populate into a new field that would generate automatic point IDs. The acronym would take the first letter of each word. One more note, this form will NOT be used in Survery123 application but instead on the web, so JS function will not work. @Katie_Clark, tagging you here because you're my fav MVP pal
.
Example below, bold are the fields in the form & red text is in a repeat
example 1:
Name or Entity: John Doe
LocationCounter: 1 <--this is autogenerated from the count() function
Point ID: JD-1 <-- this would be generated from the concat() and also the acronym biz I am asking about
example 2:
Name or Entity: Some Business Name
LocationCounter: 2 <--this is autogenerated from the count() function
Point ID: SBN-2 <-- this would be generated from the concat() and also the acronym biz I am asking about