Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by vovchik » Tue Jul 10, 2012 8:53 am
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 SBValue expression:
(cnt_sb_pfr / cnt_sb) * 100Format 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.
-
vovchik
-
- Posts: 2
- Joined: Tue Jul 10, 2012 8:44 am
by kraada » Tue Jul 10, 2012 9:17 am
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.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by vovchik » Wed Jul 11, 2012 6:20 am
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?
-
vovchik
-
- Posts: 2
- Joined: Tue Jul 10, 2012 8:44 am
by kraada » Wed Jul 11, 2012 8:34 am
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.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 27 guests