Hi I'm new to Alteryx, and wonder how can I select only those based on below scenario? Basically it based on ID and LastUpdate.
records:
ID | Name | LastUpdate |
89 | Ken | 2016-12-12 08:34:01 |
89 | JIM | 2016-12-12 08:31:55 |
Expected output
ID | Name | LastUpdate |
89 | Ken | 2016-12-12 08:34:01 |