Hello Dojo!
basically, we have a dataset that shows the number of beast modes we have created along the years.
what we have is one column for the beast mode name, who made it and when.
what we do not have, and what we want is a column that identifies that this beast mode is a duplicate.
It would either show "1" or "Original" if its the oldest one
or "2" or "3" or "4" or "Duplicate" for the duplicates.
We would be using the Object_Name and Event time as the identifier if its the original or if its a duplicate.
Thanks