Questions and discussion about PokerTracker 4 for Windows
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by Tinman9956 » Fri Mar 14, 2025 12:11 pm

- STAT COLOR 2.png (7.31 KiB) Viewed 330 times
I am coloring some stats for tracker use and I'm wondering if I'm doing something wrong as this stat does not seem to color code properly. Thanks.
-
Tinman9956
-
- Posts: 236
- Joined: Wed Nov 02, 2011 8:29 pm
by Flag_Hippo » Fri Mar 14, 2025 1:28 pm
Your color condition is based on a single column which is the raw count of how many times the player called. If you want the colors based on the actual value of the statistic you will need to use the entire formula from the statistics value expression. I would also change the formatting of the blue condition as it may not work in that format. You can evaluate to a single value and with the red above blue it takes priority:
Red- Code: Select all
(cnt_p_bb_v_sb_call / (cnt_p_bb_v_sb_fold + cnt_p_bb_v_sb_call + cnt_p_bb_v_sb_3bet)) * 100 <= 40
Blue- Code: Select all
(cnt_p_bb_v_sb_call / (cnt_p_bb_v_sb_fold + cnt_p_bb_v_sb_call + cnt_p_bb_v_sb_3bet)) * 100 < 45
-
Flag_Hippo
- Moderator
-
- Posts: 15786
- Joined: Tue Jan 31, 2012 7:50 am
by Tinman9956 » Fri Mar 14, 2025 3:37 pm
Thanks, You rock

-
Tinman9956
-
- Posts: 236
- Joined: Wed Nov 02, 2011 8:29 pm
Return to PokerTracker 4
Users browsing this forum: No registered users and 67 guests