Moderator: Moderators
kraada wrote:That stat doesn't exist by default but you could build it using these column definitions:
cnt_f_bet_limp_pot: sum(if[holdem_hand_player_statistics.flg_f_bet and NOT(holdem_hand_player_statistics.flg_p_face_raise) and holdem_hand_player_statistics.cnt_p_raise = 0, 1, 0])
and
cnt_f_open_opp_limp_pot: sum(if[holdem_hand_player_detail.flg_f_open_opp and not(holdem_hand_player_statistics.flg_p_face_raise) and holdem_hand_player_statistics.cnt_p_raise = 0, 1, 0])
Put the former over the latter and multiply by 100 to get the stat.
kraada wrote:That stat doesn't exist by default but you could build it using these column definitions:
cnt_f_bet_limp_pot: sum(if[holdem_hand_player_statistics.flg_f_bet and NOT(holdem_hand_player_statistics.flg_p_face_raise) and holdem_hand_player_statistics.cnt_p_raise = 0, 1, 0])
and
cnt_f_open_opp_limp_pot: sum(if[holdem_hand_player_detail.flg_f_open_opp and not(holdem_hand_player_statistics.flg_p_face_raise) and holdem_hand_player_statistics.cnt_p_raise = 0, 1, 0])
Put the former over the latter and multiply by 100 to get the stat.
WhiteRider wrote:Your expression is mathematically correct, but for the HUD to show times/opportunities the Value Expression needs to be written like this:
(cnt_f_open_opp_limp_pot / cnt_f_bet_limp_pot) * 100
WhiteRider wrote:The expressions look OK to me - are you sure you have the two separate expressions in the right columns?
If you export your stat, compress the .pt3stat file and attach it to a Support ticket I'll check it out for you if you can't see what is wrong with it.
Users browsing this forum: No registered users and 37 guests