Create a Leaderboard from User-Specific Data

Presumably you have an action that sets the User Specific Values. If you create a single relation between the table you’re working with and your User Profiles table, then that same action could also set a corresponding value in the User Profile.

The below demonstrates a technique for “rolling up” User Specific columns. It might give you some ideas.

3 Likes