I am creating some filters to show only the content for each one of the users, in this case players.
I have a table for Players.
Player 1
Player 2
Player 3
I have a table for Games.
Game 1
Game 2
Game 3
I have atable for Scores.
Score 1
Score 2
Score 3
I related the databases with the Players and then filtered them by player, so the user only see their data.
In Games I filtered using the "Self Reference" that include the Player.
In Scores I filtered again using the "Self Reference" that include the Player.
The problem is in Players, I can't "Self Reference" by Player, because it is the Players Table and not a relation.
How should I create that Filter so the Players table only shows the Player itself when clicking the template button?
Thanks.