by kraada » Mon Jan 07, 2013 10:39 am
Sure, this is possible.
Click Configure -> Statistics, on the $, Player, Stats section highlight the VPP stat and click the Duplicate button. Change to the Definition page and change the various descriptions as you desire (name, short desc, title). In the Value Expression divide by cnt_hands, so you get:
amt_vpps / cnt_hands
That will give you VPP/hand - just save your new stat and use it.
To get VPPs per hundred hands, use instead the value expression:
amt_vpps / (cnt_hands / 100)