prosy
1
how do I query high scores in order to look from first scenario to second scenario?
first scenario
- A1 1000
- A2 800
- A1 780
second scenario
- A1 1000
- A2 800
- A3. 750 → (A3 is in the leaderboard even though A1’s second score is higher)
This is my current query:
Search for Game Scores:grouped by user:each item’s max of score
The grouping is grouped by user, type is exact.
Aggregation is ‘max’ (the highest score for each user). Calculate it on the score field.
1 Like
prosy
3
How do I get what rank a user is currently in given that he’s not part of the leaderboards?
system
Closed
4
This topic was automatically closed after 70 days. New replies are no longer allowed.