How to visualize top 10 results on the user interface

Hi All,

We are building an Epicenter single player Excel based model simulation.
At the end of a run, on the last page on the user interface we would like to visualize the top 10 results per a certain variable per the group.

Could we implement it and how? I cannot find similar forum thread or in the documention.

All the best, Greg

Hi–

Individual users do not have normally have permission to view data from other runs. You can get around this by using the data API to save just the score variable to a group scoped data collection.

Write JavaScript to save the score to the Forio data API when the game is completed. Then in the leaderboard, display the top 10 results.
https://forio.com/epicenter/docs/public/how_to/leaderboard/