String concatentation
1 May, 2013
Hi there,
Is it possible to create a calculated field (or through another mechanism?) where the value is a concatenation of one or more text fields?
Is it possible to create a calculated field (or through another mechanism?) where the value is a concatenation of one or more text fields?
Hi,
Yes you can do this, though the process differs depending on the data type and database syntax.
E.g.
If both fields are varchar you can just do 'First Name' + 'Last Name'
Hope this helps.
Regards,
David
Yes you can do this, though the process differs depending on the data type and database syntax.
E.g.
If both fields are varchar you can just do 'First Name' + 'Last Name'
Hope this helps.
Regards,
David
Thank you!