by kraada » Sun Nov 21, 2010 10:31 am
You can't put that on your HUD, but you can do that in a custom report.
You can create a report for Stats vs Hero, then select the player you want and add whatever stats you want to see and you'll see his stats vs exactly hero.
To create a report that displays data from hands that hero open raised add this filter to the blue Filters section in your report:
holdem_hand_player_statistics.id_hand in (SELECT hhps.id_hand from holdem_hand_player_statistics hhps where hhps.id_player = (SELECT setting_value::int from settings where setting_name = 'my_player_id') and hhps.flg_p_first_raise)
Then add the 3-bet preflop stat, and run the report on the villain you want to see (or uncheck filter on active player, add the player stat as well and you'll see it for all opponents).