PDA

View Full Version : How to add a custom stat to my reports



guidosuller
12-28-2011, 05:11 PM
Sry to ask this, but I searched and did not find how to it exactly.

I want to add a WC rake stat for Pokerstars. I found this:

<Stat ColumnName="WCRake" ValueExpressions="SUM(pkh.rakeamount * (phmisc.postamountpreflop + phmisc.betamountpreflop + phmisc.callamountpreflop + COALESCE(flop.betamount + flop.callamount, 0) + COALESCE(turn.betamount + turn.callamount, 0) + COALESCE(river.betamount + river.callamount, 0)) * 1. / (pkh.potsize + pkh.rakeamount)) * 0.01 AS WCRake" Evaluate="WCRake" ColumnHeader="WC Rake" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Weighted Contributed Rake (including uncalled bets)" />


I know I should paste that into a CustomStat.txt file (or is it CustomStatS.txt?) in the Reports folder. I did so but the stat does not appear to be selected in the Custom Stats box. What am I missing? :D

Thanks.

guidosuller
12-29-2011, 03:03 AM
found, plz close, ty