Custom stats not working anymore
![Post Post](https://www.pokertracker.com/phpBB3-forums/styles/prosilver-embed/imageset/icon_post_target.gif)
Hi,
I purchased today PT4, installed it and updated database and my custom stats not working anymore.
I think the problem is with columns as when I thy validate it shows: The statemant is not valid in sql.
Before it worked fine.
Here is columns I was using for custom stats.
and
and stat
It shows preflop raise 9-12bb deep, so where could be the problem?
I purchased today PT4, installed it and updated database and my custom stats not working anymore.
I think the problem is with columns as when I thy validate it shows: The statemant is not valid in sql.
Before it worked fine.
Here is columns I was using for custom stats.
- Code: Select all
sum(if[tourney_hand_player_statistics.id_hand>0 AND lookup_positions.flg_sb AND (if[tourney_hand_summary.amt_p_effective_stack > 500, 1000 - tourney_hand_summary.amt_p_effective_stack, tourney_hand_summary.amt_p_effective_stack] / tourney_blinds.amt_bb) >= 9 AND (if[tourney_hand_summary.amt_p_effective_stack > 500, 1000 - tourney_hand_summary.amt_p_effective_stack, tourney_hand_summary.amt_p_effective_stack] / tourney_blinds.amt_bb) < 13, 1, 0])
and
- Code: Select all
sum(if[tourney_hand_player_statistics.cnt_p_raise > 0 AND lookup_positions.flg_sb AND (if[tourney_hand_summary.amt_p_effective_stack > 500, 1000 - tourney_hand_summary.amt_p_effective_stack, tourney_hand_summary.amt_p_effective_stack] / tourney_blinds.amt_bb) >= 9 AND (if[tourney_hand_summary.amt_p_effective_stack > 500, 1000 - tourney_hand_summary.amt_p_effective_stack, tourney_hand_summary.amt_p_effective_stack] / tourney_blinds.amt_bb) < 13, 1, 0])
and stat
- Code: Select all
(cnt_prf_9_12 / cnt_hands_sb_9_12) * 100
It shows preflop raise 9-12bb deep, so where could be the problem?