Forum Discussion

olimilo's avatar
olimilo
Icon for Post Prodigy rankPost Prodigy
4 years ago
Solved

How to get the most recent evaluation (with context)?

I have 2 tables, an Employee table with a list of employees, and the other a list of their Evaluations. I would like to know how can I get the most recent of evaluation of each employee? Sample tables below:

 

Employee table

EIDName
1Jane
2Jen
3Jin
4John
5June

 

Evaluations table

EIDEvalIDDate
111-Jan-22
121-Feb-22
211-Jan-22
221-Feb-22
231-Mar-22
311-Apr-22
411-Apr-22
421-May-22
511-Apr-22
521-May-22
531-Jun-22

 

I am combining both tables into one table visual.