Scenario
User wants to merge two fields and insert a text or space in between them when displaying the search results.
Solution
- Navigate to Lists > Search > Saved Searches > New
- Click Search Type as necessary
- Search Title: Enter Title
- Click Results
- Click Columns
- Field: Select Formula (Text)
- Note: Enter any of the given formula below in the Formula field to insert a space between the fields.
- Formula: Enter CONCAT(CONCAT({custfield1}, ' '),{custfield2})
- Formula: Enter ({custfield1})||' '||({custfield2})
- Field: Select Formula (Text)
- Note: Enter any of the given formula below in the Formula field to insert text between the fields.
- Formula: Enter CONCAT(CONCAT({custfield1}, 'Text'),{custfield2})
- Formula: Enter ({custfield1})||' Text '||({custfield2})
- Click Save & Run