Thanks for the reply.
So if I understand correctly, I can get a number for "Players After Me Yet To Play" in the form:
- Code: Select all
2 + holdem_hand_player_statistics.position
where the 2 is to count the blinds.
I want to make the same queries on the flop, turn and river. On the flop, for example, let's say a player in first position raised, I want to investigate how many opponents that player was facing. Is there a ready-made stat for that too? I assume the the 'position' stat discussed above is the same for the entire hand and doesn't update for subsequent streets as players fold. So in this case some new idea will be required.