Scenario
User would like to create a Customer Saved Search that would list all customers grouped by Category. In this example, a custom Long Text field called Category was created and applied to Customer records.
Summary Types for Long Text and Rich Text fields cannot be set since they are grayed out. The workaround is to use a Formula (Text) field.
Solution
Prerequisite: Get the field ID of the custom field.
- Navigate to Lists > Search > Saved Searches > New
- Click Customer
- Search Title: Enter a title
- Click Results
- Click Column
- Field:
Note: For every required field use the drop-down menu to select it and once adjusted click Add if needed.- Select Formula (Text)
- Summary Type: Select Group
- Formula: Enter {<ID of the custom field>}
- Select Formula (Text)
- Click Save & Run