I have a custom record which contains employee fee...
# suiteanalytics
r
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
@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.
r
Thanx I will have a look soon
Thanx al3xicon, that worked.
a
Nice @Rhys Gottwald glad to hear it.