Hello,
I'm trying to set a star flag for a row that meets a specific criteria. My table has a list of project codes and project updates containing a date. I'd like to be able to filter the list to a distinct list of projects showing only the updates with the latest date.
I tried using the following:
=MAX(COLLECT([Update Date]:[Update Date], ProjectCode:ProjectCode, ProjectCode@row ))
This returns a date, but I don't know how to compare it against [Update Date]@row to flag only the row with the latest date.
Thanks for any help!