not all old stats
Posted:
Wed Aug 21, 2013 3:28 pm
by jiraiyasama
hello
I have a problem.
I create stats by eff stack but I do not have the stats of previous sessions.
line 33 + I have nothing
but the last line you see that I have the old stats.
thanks
Re: not all old stats
Posted:
Wed Aug 21, 2013 4:06 pm
by kraada
Could you paste some of the stat definitions you're using here? I'd need to know how you're building them before I can say what's going on here.
Re: not all old stats
Posted:
Thu Aug 22, 2013 2:24 am
by jiraiyasama
(HU_cnt_steal_ol_6bb_less / HU_cnt_steal_opp_sb_6bb_less) * 100
sum(if[tourney_hand_player_statistics.flg_p_open_opp and tourney_hand_player_statistics.position = 9 and tourney_blinds.flg_hu and tourney_hand_player_statistics.flg_p_limp = TRUE AND tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb <= 6, 1, 0])
sum(if[tourney_hand_player_statistics.flg_p_open_opp and tourney_hand_player_statistics.position = 9 and tourney_blinds.flg_hu and tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb <= 6, 1, 0])
( HU_cnt_steal_O_raise_6bb_less / HU_opp_OR_sb_6bb_less) * 100
sum(if[tourney_hand_player_statistics.flg_p_open_opp and tourney_hand_player_statistics.position = 9 and tourney_hand_player_statistics.flg_p_first_raise = TRUE and tourney_blinds.flg_hu and NOT tourney_hand_player_statistics.enum_allin = 'P' and tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb <= 6, 1, 0])
sum(if[tourney_hand_player_statistics.flg_p_open_opp and tourney_hand_player_statistics.position = 9 and tourney_blinds.flg_hu and NOT tourney_hand_player_statistics.enum_allin = 'P' and tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb <= 6, 1, 0])
Re: not all old stats
Posted:
Thu Aug 22, 2013 7:59 am
by kraada
Try replacing tourney_blinds.flg_hu with tourney_hand_summary.cnt_players = 2 and let me know if that works better.
Re: not all old stats
Posted:
Thu Aug 22, 2013 11:04 am
by jiraiyasama
I think it's ok now
thank you
Re: not all old stats
Posted:
Thu Sep 05, 2013 11:20 am
by jiraiyasama
Unfortunately the problem persists
Re: not all old stats
Posted:
Thu Sep 05, 2013 12:16 pm
by WhiteRider
Please export one of the stats which isn't working correctly and attach it to a
Support Ticket with a detailed description of what is wrong, and if possible a hand history which is counted incorrectly.