Hi everyone, i'm new using alteryx designer and i'm doing a project with it, but i'm having some kind of a problem with one of my tables, it does have duplicate rows that aren't exactly the same, here is an example:
| Character | Money | Date |
| Lucy | 19 | 05/jul |
| Kwamma | 20 | 05/jul |
| Lucy | 18 | 05/jul |
Up there, i want to delete the duplicate rows of Lucy as a example, but only the one with the biggest value, letting the one with the smallest value on the table
Someone could know how to do this?