Saved search formula to concatenate two fields.

In the context of a Saved Search formula field of type “Text,” you can concatenate two fields, such as the customer’s name and internal ID, using the || concatenation operator. Here’s an example formula:
{entityid} || ‘ – ‘ || {internalid}
This formula concatenates these two fields together with a hyphen and space (‘ – ‘) as a separator.

Leave a comment

Your email address will not be published. Required fields are marked *