Custom Stats are great. I'm just having a bit of a problem with color conditions. Suppose I set a Custom Stat's color condition like so:
cnt_vpip >= 20
This works. It doesn't make much sense, but it's just a test.
Now suppose I duplicate cnt_vpip and call it cnt_vpip_2, and edit my color condition:
cnt_vpip_2 >= 20
This does not work. It appears to me that custom columns never work in color conditions. Bug? Is there a way to work around it, like maybe with a call to a lookup function? i could create a custom stat that evaluates to this custom column, and then use it in the color condition:
#Cnt VPIP 2# >= 20
However, that's a bit cumbersome, and I'm not sure it's as computationally efficient as just using the custom column directly.