I have a custom record which contains employee feedback, an employee can have multiple records, there is also a date of feedback field. I want to create a Saved Search that will return the most recent feedback record for each employee. Any ideas on how I can do this? Thanx
a
al3xicon
06/06/2019, 1:10 PM
@Rhys Gottwald use "MAXIMUM" grouping function on the feedback record joined fields, and use "When Ordered By" set to the Date Created field of your custom record.