Thanks. I created VPIP stats for low, med and high blind levels by copy-pasting appropriate lines into expression boxes (cnt_hands and cnt_vpip columns and then the VPIP stats according to formula (cnt_vpip/cnt_hands)*100 for each level). Summary type is set to Count Unique. Then I tested all three VPIP stats in HUD, but the numbers I get are wrong. For example, I have a player with 1264 hands on him, and when I drag over these new stats I get something like this in the pupop box:
VPIP for LOW: "Value: 14.235500 (81/569)"
VPIP for MED: "Value: 15.229400 (166/1090)"
VPIP for HIGH: "Value: 15.427200 (195/1264)"
According to my PT3 data on this player the stats should be calculated as:
VPIP for LOW: 13,9 over 586 hands
VPIP for MED: 16,4 over 533 hands
VPIP for HIGH: 17,0 over 186 hands
I have no prior experience with custom stats so I hardly know what I'm doing
If you have an idea where I went wrong your help would be greately appreciated.
P.S. Since I had to put something into expression for high blind level cnt_vpip and cnt_hands columns, I put "AND tourney_holdem_blinds.amt_bb <= 1000" since all turbo Fifty50 tourneys finish before this level anyway. Is that ok?