To concatenate 3 fields on the results of a saved search, do the following:
- Create a saved search, List > Search > Saved Searches > New.
- You may select any search type, for this example select Customer.
- Navigate to the Results tab and add the field “Formula (Text)” and enter the following as the value of the Formula:
- Concat({firstname}, concat(concat(‘ ‘, {middlename}), concat(‘ ‘, {lastname})))
For this example, I concatenated First Name, Middle Name then Last Name so that it would show up on a single column.
You may also replace the said fields from the formula to create your own combinations.