PDA

View Full Version : custom stats dont appear



Liverio
03-07-2010, 08:43 PM
I have created a file "CustomStat.txt" in the reports folder.
The CustomStat.txt file has the following stats:
Stat GroupName="Custom Stats" ColumnName="TotalWin" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.42 as RakeBackAmount;Sum(PH.NetAmountWon)/100 as NetWin" Evaluate="(RakeBackAmount+NetWin)" ColumnHeader="TotalWin" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="TotalWin" />

Stat GroupName="CustomStats" ColumnName="TotalWin/100" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.42 as RakeBackAmount;Sum(PH.NetAmountWon)/100 as NetWin" Evaluate="100*(RakeBackAmount+NetWin)/TotalHands" ColumnHeader="TotalWin/100" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="TotalWin/100" />

Stat GroupName="Default" ColumnName="TotalWin bb/100" ValueExpressions="Sum(PH.RakeAmount/1.0/GT.BigBlind)*0.42 as RakeBackAmountbb;Sum(PH.NetAmountWon/1.0/GT.BigBlind) as NetWinbb" Evaluate="100*(RakeBackAmountbb+NetWinbb)/TotalHands" ColumnHeader="TotalWin\nbb/100" ColumnFormat="0.00" ColumnWidth="*" Tooltip="TotalWinbb/100" />

Stat GroupName="Default" ColumnName="TotalWin BB/100" ValueExpressions="Sum(PH.RakeAmount/1.0/GT.BigBlind)*0.42 as RakeBackAmountbb;Sum(PH.NetAmountWon/1.0/GT.BigBlind) as NetWinbb" Evaluate="50*(RakeBackAmountbb+NetWinbb)/TotalHands" ColumnHeader="TotalWin\nBB/100" ColumnFormat="0.00" ColumnWidth="*" Tooltip="TotalWinBB/100" />

(I have deleted "<" from every stat in order to make them visible in the post)
But no one appears in the "Add stats" window. The Custom Stats group in that windows is empty.
I have closed and run HM several times.

morny
03-08-2010, 02:55 AM
Try the attached one and see if it shows up

Liverio
03-08-2010, 06:00 AM
Ok, the problem was the file name. My file was named "CustomStat.txt" and the correct name is "CustomStats.txt". The missing "s" was the problem.