Hi, I'm trying to sort list of list from a CSV table of best scores in AppInventor.
The first column contains the nickname of the player, the second their personal highscore and the third the date of this personal highscore.
What I'd like is to have an descending order of the highscore and, when the high scors of to different players are equal then put them in ascending order.
I've been able to sort by the high scores with this blocks:
It seems it is not working for me.
Trying to implement your solution, only the "reverese list" block works, while there is nosorting by score neither by date.
I've trided to sort one at a time by score and by date and they works, so I think the problem might be with the "or" block. Any suggestion?
Here the blocks and the results: