As an alternate solution, perform the following steps:
In this example, a Long Text Type field called Category was created and applied to Customer records.
User would like to create a Customer saved search that would lists all customers grouped by Category.
- Get the ID of the Custom Field. For example, if the custom field is an Entity Field, navigate to Customization > Lists, Records & Fields > Entity Fields.
- Look for the custom field and copy the ID.
- Navigate to Reports > Saved Searches > All Saved Searches > New.
- Click Customer.
- On the Results tab, add the following:
Formula(Text) ; Formula = {replace this with the ID of the custom field}
** Remove unnecessary columns
* Add the columns you wanted to see
- Set the Summary Type of the Formula(Text) to Group
- Click Save & Run
No comments:
Post a Comment