So I invest in poker players. I am creating a dashboard I want to see how each person is doing, Profit/Loss.
While they are playing tournaments they input the information into an “active” tournament form. Once the tournament is complete, a new entry into the “completed” database is created with the following information.
buy_in, cash, profit, player_name
So what i want to do is create a column that would have the player’s name (without me manually adding each player as new ones come into the group) and then also have their profit/loss next to their name. I guess this would be done in a repeating group?