Sum of all point for one user to a specific league

i have a problem i do not know how can i do this

i have a database with users and their points and leagues that they got the points form

what i want to do it to get what did that user got of total points from that league

what i am getting is the total points for all leagues this is my problem


any help what to do!

Hi @mtayyar,

I think you need to add Logged in user’s>UGame Select DB>Points>Sum for get the logged in user’s all points.

And for filter it by league you need a list of leagues and link it to a screen and add a text component and add Logged in user’s>UGame Select DB>Points>Sum and add a filter to the count League>is equal to current league> name.

Hope I’m correct!

Thank you

thanks Dilon
but i want to user to see his rank and other players total points thats why i want to count all users points in one league

Then I think you need to add UGame Select DB> Points> Sum and a filter to the count League> Name>is equal to> Current League> Name.