Using Formula Expression CONCAT to Join 2 Fields and Character “&” in Between Gives Error Invalid Expression in Saved Search

Scenario

When users use CONCAT to join multiple fields, the expression as below is used:

Concat({fieldidAAA}, concat(concat(‘ ‘, {fieldidBBB}), concat(‘ ‘, {fieldidCCC})))

However, when the said expression is used to join a character, it gives an Invalid Expression. Sample formula that shows this problem:

Concat({fieldidAAA}, concat(concat(‘ ‘, ‘&’}), concat(‘ ‘, {fieldidBBB})))

Solution

Sample formula that shows this problem:

  1. Navigate to Lists > Search > Saved Searches
  2. Search Type: Click Case
  3. Search Title: Enter Title
  4. Click Results
  5. Click Columns
  6. Field:

 Formula text {fieldidAAA} || ‘&’ || {fieldidBBB}

○ Click Add

  1. Click Save & Run

Leave a comment

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