PDA

View Full Version : changing stars VPP per hand to the thousandth



Ron200
04-17-2010, 06:56 PM
could someone please tell me how I can tweak my reports to show my stars VPP per hand in more of a fraction. like instead of .05 when its actually 4.68%.
If I could make it show .047 or even .0468.
Thanks

infinii
08-30-2010, 02:04 AM
[Stat GroupName="Misc" ColumnName="New Stars VPP" ColumnName="New VPP" ValueExpressions="sum(round(cast(((cast(pkh.rakeamount as numeric)*5)/100)/pkh.numberofplayers as numeric),2)) as NewStarsVPPS" Evaluate="NewStarsVPPS" ColumnHeader="New VPP" ColumnFormat="0.00" ColumnWidth="*" Tooltip="New VPP" /]

I didn't try but you could try changing the "round(cast...." part as well as the ColumnFormat.