Hi,
finally I’m trying PT4. Now I’ve imported my stats from PT3 and unfortunately a lot of them doesn’t work.
Here is one example:
Stats:
PFR=
(cnt_PFR_sb_eff20 / cnt_hands_sb_eff20) * 100
Columns:
cnt_PFR_sb_eff20=
sum(if[tourney_hand_player_statistics.flg_blind_s and tourney_hand_summary.amt_p_effective_stack/tourney_blinds.amt_bb>=20 and tourney_hand_player_statistics.cnt_p_raise > 0, 1, 0])
cnt_hands_sb_eff20=
sum(if[tourney_hand_player_statistics.flg_blind_s and tourney_hand_summary.amt_p_effective_stack/tourney_blinds.amt_bb>=20, 1, 0])
In PT3 it works fine, in PT4 it isn’t valid. Would be great if you find the mistake.