Page 1 of 1

PFR from the SB

PostPosted: Tue Jul 10, 2012 8:53 am
by vovchik
I created 2 columns:

Code: Select all
cnt_sb = sum( if[holdem_hand_player_statistics.flg_blind_b=false AND holdem_hand_player_statistics.flg_blind_s,1,0])


and

Code: Select all
cnt_sb_pfr = SUM(if[holdem_hand_player_statistics.cnt_p_raise > 0 AND holdem_hand_player_statistics.flg_blind_s,1,0])


than I created statistic FPR from the SB
Value expression: (cnt_sb_pfr / cnt_sb) * 100
Format expression: format_number( (cnt_sb_pfr / cnt_sb) * 100, 2, true, true )

I checked all expressions - all fine, but when I try to add this stat into my HUD I am not see it. I don't understand what is the problem.
Can anybody to help me?

Thanks.

Re: PFR from the SB

PostPosted: Tue Jul 10, 2012 9:17 am
by kraada
That should work, but it's unnecessary - you can add the normal PFR stat and then click on it and change the Position value in the Item Properties area at the top right to SB and it will work properly.

Re: PFR from the SB

PostPosted: Wed Jul 11, 2012 6:20 am
by vovchik
kraada wrote:That should work, but it's unnecessary - you can add the normal PFR stat and then click on it and change the Position value in the Item Properties area at the top right to SB and it will work properly.

Sorry I posted this question into incorrect forum thread, I am using PT3. Can moderator to move this question into correct forum thread?

Re: PFR from the SB

PostPosted: Wed Jul 11, 2012 8:34 am
by kraada
Unfortunately I can't move threads from here. For PFR from the SB you'd need a custom statistic, but I'm pretty sure this one is available in our warehouse for free download.