Solutionunvalidated
I want to retain the discrete event scoring, but also rank the racer in the series. Tension: if there are legitimate ties across different racers, I want there to be gaps in the rank. Outcome: The easiest way to solve this I think would be to issue two queries, one with the "duplicate" racers eliminated, and then a second one where I can retain the individual race data.
0a1c9c36-f9b0-4ea9-9ec9-628eaebab0db
I want to retain the discrete event scoring, but also rank the racer in the series. Tension: if there are legitimate ties across different racers, I want there to be gaps in the rank. Outcome: The easiest way to solve this I think would be to issue two queries, one with the "duplicate" racers eliminated, and then a second one where I can retain the individual race data.