Creating Filter to Show Recent Emails

This article shows you how to view the recent emails your report created in Bullhorn Reporting.

The formula to put in the Expression Definition box is:

Copy
rank ([PRESENTATION VIEW - CONTACT ANALYSIS].[CONTACT Note].[dateAddedWithTimeZoneOffset]) = 1

Steps

Use the following steps to sort by the date and then pull back the latest email.

  1. Click More > Modify Report.
  2. Click on the desired column title.
  3. Click the FiltersEdit Filters.
  4. To add a new Detail filter, click Add, as represented by a plus sign.
  5. Select the Advanced option and click OK.
  6. In the Detail filter expression window, in the Expression Definition box, copy/paste in the following formula:
    Copy
    rank ([PRESENTATION VIEW - CONTACT ANALYSIS].[CONTACT Note].[dateAddedWithTimeZoneOffset]) = 1
  7. Click validate to check for errors. Correct if necessary.
  8. Select OK and run your report.