K, looks I need help with this...
I've decided to do this from the POV of the player betting the river after someone checks behind on the trn.
I think the stat now calculates correctly, however in the main window, the stats don't align. The lower number, 50 seems to be true over all the hands I've played vs. this guy, but not over the sub-set of hands I've filtered for.
The stat itself is calculated by creating two colums, one where he bet the river, one where he doesn't and then dividing b_r / (b_r + ch_r) *100.
Here's the b_r stat:
sum(if[holdem_hand_player_statistics.flg_blind_b AND (holdem_hand_player_statistics.flg_f_cbet_def_opp) AND NOT (holdem_hand_player_statistics.flg_f_check_raise) AND (holdem_hand_player_statistics.flg_t_saw) AND (holdem_hand_player_detail.amt_t_bet_facing = 0) AND (holdem_hand_player_statistics.flg_r_bet),1,0])
![Image](http://www.freeimagehosting.net/uploads/56f7d7c8bc.jpg)
(since I can'T seem to post an imagine, here's the link:
http://www.freeimagehosting.net/uploads/56f7d7c8bc.jpg