Page 1 of 1
Color coding stat for report "x < #VPIP# < y"
Posted:
Tue Jan 09, 2018 7:13 am
by powl
Hello,
I am trying to color code some stats for my PT4 report.
Sth like #VPIP# < 21 work fine but wenn i want to ue too booloean operator like
21 < #VPIP# < 25
It doesnt work.
How can I color code stats between two values?
I mean not for the HUD but for the PT4 report
https://gyazo.com/f38388d5932cbc4b246c0cdcd42eed64
Re: Color coding stat for report "x < #VPIP# < y"
Posted:
Tue Jan 09, 2018 12:41 pm
by potamito
try using it like this...
- Code: Select all
21 < #VPIP# AND #VPIP# > 25
Re: Color coding stat for report "x < #VPIP# < y"
Posted:
Fri Jan 12, 2018 4:53 am
by powl
Nice this worked. Tyvm!
Re: Color coding stat for report "x < #VPIP# < y"
Posted:
Fri Jan 12, 2018 6:32 am
by powl
Unfortunatly this dosnt work:
#Fold to LP Steal# > 30 AND #Position# = 8
I want to color code it only for the BB
Re: Color coding stat for report "x < #VPIP# < y"
Posted:
Fri Jan 12, 2018 10:14 am
by Flag_Hippo
Whether you are trying to color based on the current position, or filter for position, that condition expression won't do either of those things. That type of filter would only work for a single hand and since there isn't a single 'position' value for the player you can't test for it like that.
Re: Color coding stat for report "x < #VPIP# < y"
Posted:
Wed Jan 17, 2018 8:44 am
by powl
Ty for your reply.
So How can I color code a stat only for either "overall" or for a certain position? So far the get color coded for all single positions AND the overall position.
Re: Color coding stat for report "x < #VPIP# < y"
Posted:
Thu Jan 18, 2018 3:27 am
by WhiteRider
If you use a report which groups by position then the color coding would automatically work by position. If you're not using a positional report then you would need to make a set of custom stats split by position to see the positional values, and then you can color code those.
If you can describe exactly what you want to see in your report we should be able to advise you better?