by kraada » Mon Mar 12, 2012 4:04 pm
The easiest way to do this is via a report in the My Reports page. Create a Player report with the same statistics as the All-In Equity Adjusted report on the Results -> Summary page, then in the blue Filters section add the following filter:
cash_hand_player_statistics.id_hand in (SELECT chps.id_hand FROM cash_hand_player_statistics chps, player p WHERE chps.id_player = cash_hand_player_statistics.id_player AND chps.id_player = (SELECT p2.id_player FROM player p2 WHERE player_name='Player X')) )
Replace Player X with the name you want - but keep the single quotes around the name as those are required.