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.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.