Is it possible to concatenate two or more fields with date, text and number types in Survy123. I havent seen any example.
Did you try to cast it
string(question or value)
Converts to string. Conversion varies depending on data type.
string({$question_one})
Hi Doug,
Not going to only cast, I have about 3 or 4 fields with different types, date, number and text and want to concatenate it into one field.
Thanks
Yea that is what casting is.
string(${yournumberfield}) + ${yourstringfield} + string(${yourdatefield})
or
concat(string(${yournumberfield}), ${yourstringfield}, string(${yourdatefield}))
Many thanks. but couldn't resolved date field. for the date field it gives a number likeĀ 1570347000000 and I want it in a format like 20191028.
I usedĀ string(${field_0}+${field_6}+${field_3}). the type for field_0 is date.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.