Coefficient imports can pull in a good amount of data from a connected source - putting filters in place on those imports will allow you to keep the imports focused and objective in your analysis.

How to Add a Filter to Your Coefficient Import?

Example: Add filter(s) to an existing Salesforce Opportunity import to capture only the opportunities that are in the stage “Closed Won”.

  1. From the sidebar, select the import you would like to edit, “Opportunity”.

    Screenshot 2023-04-18 at 7.33.42 PM.png

  2. Scroll down to “Filters(optional)” and select “Add Filter”.

    Screenshot 2023-04-18 at 7.34.38 PM.png

  3. Select the “Stage” field and choose “is one of”. Select “Closed Won” from the list of values, then click “Save & Run”.

    Screenshot 2023-04-18 at 7.36.20 PM.png

  4. Your Opportunity import will now only reflect “Closed Won” records from Salesforce. 🎉

    Screenshot 2023-04-18 at 7.42.22 PM.png

<aside> 💡 Note: Depending on the data type of the field you are using as a filter, you may need to adjust the logic being added to it. In our example, we selected “is one of” since the Stage field is a picklist type of data in Salesforce. You can filter by Number, Text, Date, Boolean, Picklist, and Multi-Picklist.

</aside>

Filtering Logic and Limits

When incorporating 2 (or more) filters into your import, you now have the flexibility to employ AND/OR logic. It's important to be aware that the data source API might impose restrictions on the number of filters or their application. If you encounter any issues or errors related to the filters during your import, feel free to contact our Support team at [email protected] for assistance. Check out the dedicated integration article for more information on filters/limits.

Dynamic Filters

Dynamic Filters allow you to point your filter value to a specific cell on your spreadsheet and constantly change the cell value without making any changes to your import settings. This allows for additional flexibility and granularity with your imports. 😎

Example: We will use the same Salesforce Opportunity import and add a dynamic filter to capture only the Opportunities with Amounts≥ $15,000.

  1. In a new sheet, add the value 15,000 to cell A1.

    Screenshot 2023-04-19 at 7.52.07 PM.png

  2. Open the sidebar, select the import “Opportunity” and add a filter. Then, select “Amount” and enter “Filter Sheet”!A1 in the value box. Save and run your import, and the data will filter based on A1.

    Screenshot 2023-04-19 at 8.00.38 PM.png

  3. Congratulations on creating your first Dynamic Filter using Coefficient. Anytime you want to adjust the value of the import results, update the value in A1 and refresh your import. 🎉

    Screenshot 2023-04-19 at 8.01.12 PM.png