How do I concatenate more than two columns?
Answered
Hi,
I'm currently building a report that requires multiple fields to be concatenated. There is more than 3 fields. Is there a way to concatenate all the fields into one easy to use column?
Thank you,
Rebecca
Hi Rebecca,
Thank you for getting in touch. To concatenate more than two columns, you can create a calculated field and add together each of the string columns, separated (or not) by a space as seen below:
To include the space, simply type a space, without quotes into the input box above the "undo" button.
Regards,
Nathan
Hi Rebecca,
Thank you for getting in touch. To concatenate more than two columns, you can create a calculated field and add together each of the string columns, separated (or not) by a space as seen below:
To include the space, simply type a space, without quotes into the input box above the "undo" button.
Regards,
Nathan
This doesn't work for an Oracle database as Oracle uses pipes || rather than the plus sign +. Any idea how to do this for Oracle? Thanks.
This doesn't work for an Oracle database as Oracle uses pipes || rather than the plus sign +. Any idea how to do this for Oracle? Thanks.
Hi Eva,
You will need to perform this by creating a freehand SQL calculated field, employing pipes rather than +s. If you have trouble implementing this please let me know and we can schedule a screen-share session.
Regards,
Nathan
Hi Eva,
You will need to perform this by creating a freehand SQL calculated field, employing pipes rather than +s. If you have trouble implementing this please let me know and we can schedule a screen-share session.
Regards,
Nathan
Replies have been locked on this page!