Hi,
A users' progress is being tracked being creating new rows of data, with an incrementing counter in a column like so:
I want to only keep the rows with the highest counter value for each users (A, 5; B,3; etc). So only keep the highlighted rows. How can I do this in workbench?
Thanks!