Forum

This content is now out of date.

Visit Our Community

String concatentation

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?
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
Thank you!