Possible Stat problem in beta 19

Experiencing technical difficulties? Think you've found a problem with PokerTracker 3? Report it here.

Moderator: Moderators

Re: Possible Stat problem in beta 19

Postby Skarfayce » Fri Oct 31, 2008 9:32 pm

I just imported your stat, and there is still no (cnt_p_BB_fold_to_SB / cnt_p_BB_fold_to_SB_opp) columns. the only thing added was cnt_steal_success.
Skarfayce
 
Posts: 19
Joined: Sat Sep 27, 2008 2:35 am

Re: Possible Stat problem in beta 19

Postby kraada » Sat Nov 01, 2008 9:26 am

In that case I'll just tell you how to build it.

Click Configure --> Stats.

Click on Holdem Cash Player Statistics, switch to the Columns tab.

Click New.
Name the first one cnt_p_BB_fold_to_SB and put
Code: Select all
sum(if[holdem_hand_player_statistics.flg_p_fold AND
holdem_hand_player_statistics.position = 8 AND (holdem_hand_summary.cnt_players - holdem_hand_player_detail.val_p_raise_aggressor_pos) = 1 AND holdem_hand_player_statistics.flg_blind_def_opp,1,0])
in the expression box. The description box doesn't matter, but the official description is "If the BB folded to a SB blind steal.". Summary type should be count.

Save it.

Create a new one called cnt_p_BB_fold_to_SB_opp and put
Code: Select all
sum(if[holdem_hand_player_statistics.position = 8 AND (holdem_hand_summary.cnt_players - holdem_hand_player_detail.val_p_raise_aggressor_pos) = 1 AND holdem_hand_player_statistics.flg_blind_def_opp,1,0])
in as the expression, and the official description is "If the BB faced a blind steal by the SB." Summary type should also be count.

Save this one as well.

Once they're both saved, re-run the cache update on your database and you shouldn't have that error anymore.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Possible Stat problem in beta 19

Postby Skarfayce » Sat Nov 01, 2008 11:54 am

seems to be working, ty
Skarfayce
 
Posts: 19
Joined: Sat Sep 27, 2008 2:35 am

Previous

Return to Technical Support / Bug Reports [Read Only]

Who is online

Users browsing this forum: HomerWells and 30 guests

cron