This article explains how to search multiple report fields for a single keyword in Salesforce Reports by combining those fields into one Row-Level Formula column, then filtering on that column.
There are several options for filtering multiple fields in a report based on a specific keyword, such as adding filter criteria for each field to search and then using OR in your filter logic, or creating a formula field on your object if you'll always want to search the same fields.
But one efficient approach that supports flexible changes to your keyword criteria is to combine all the fields to search into one field using a Row-Level report formula.
Here's how to create a report to fulfill this requirement:
Step 1. Log in to your Salesforce account.
Step 2. In the navigation bar at the top, click on the App Launcher and search for Reports. Click on Reports.
Step 3. From the Reports tab, click New Report.
Step 4. Select Account as the report type, and click on Start Report.
Step 5. Save the report with a name of your choosing.
Step 6. From the Columns section of the Outline pane, click the menu icon, then choose Add Row-Level Formula.
Step 7. From the Edit Row-Level Formula Column window, enter a Column Name, choose a Formula Output Type of Text, and use the formula below. To test your formula for errors, click Validate. If necessary, resolve any errors, then click Apply.
Account.Field_1__c & " " & Account.Field_2__c & " " & Account.Field_3__c
This formula concatenates the values of three fields into a single text string, so one report filter can search across all of them at once.
Here's how the report appears before adding the Row-Level Formula field as an additional filter:
Step 8. Add the Formula field you just created as your report filter.
Once the new Row-Level report formula is added, you can specify that you want to see any records that have 'apple' in any of these three fields.
If you later decide you want to see any matches with the word Grape instead, click on that filter from the report run or edit page and type the new text to search for.
Step 9. To save and run the report, click Save & Run.
You're done!
000395537

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.