PDA

View Full Version : Rakeback in reports section??



UnitedAs1
06-05-2010, 04:51 PM
Just want to know if you view rakeback in the reports tab, I prefer to view it as a number than on a graph...If you cannot are there any plans to do so?

Thanks
United

morny
06-06-2010, 12:04 AM
See this FAQ FAQ ID # 44 - How can I make a custom stat to show me how much rakeback I?ve made? (http://208.109.95.123/faq/afmviewfaq.aspx?faqid=44)

and also this one

http://forums.holdemmanager.com/custom-reports/8733-creating-column-total-winnings-winnings-rakeback.html

UnitedAs1
06-06-2010, 01:02 PM
See this FAQ FAQ ID # 44 - How can I make a custom stat to show me how much rakeback I?ve made? (http://208.109.95.123/faq/afmviewfaq.aspx?faqid=44)

and also this one

http://forums.holdemmanager.com/custom-reports/8733-creating-column-total-winnings-winnings-rakeback.html

Thanks for this :)

szabby
06-11-2010, 02:24 PM
I followed FAQ 44 but could not find the CustomStats.txt file in the reports folder, so I made one using notepad and pasted the required code.

BUt when i started up HEM i could not find any stat to add under custom stats.

Im running the latest version of HEM 1.11.01b

Thanks in advance

morny
06-11-2010, 08:44 PM
Please attach the customstats.txt file here and ill take a look

szabby
06-11-2010, 09:45 PM
Please attach the customstats.txt file here and ill take a look

oops nvm, I accidentally named it 'CustomsStats.txt'

i.e. too many 's'

I have now corrected it.

Thx

frankysue
06-15-2010, 10:28 AM
Hey

I've definitely followed the instructions above and *have correctly named my file CustomStats.txt* yet I see nothing in the Custom Stats box of the Add Stat tab.

I am using 1.11.01b

Do I need to restart my computer or something??

Here is the contents of my CustomStat.txt file:

<Stat GroupName="Default" ColumnName="Rakeback" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.5 as RakeBackAmount" Evaluate="RakeBackAmount" ColumnHeader="Rakeback" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Rakeback based on 50%" />

Am I supposed to save it as a .Report file or leave it as the only .txt file in the folder?

szabby
06-15-2010, 02:56 PM
Hey

I've definitely followed the instructions above and *have correctly named my file CustomStats.txt* yet I see nothing in the Custom Stats box of the Add Stat tab.

I am using 1.11.01b

Do I need to restart my computer or something??

Here is the contents of my CustomStat.txt file:

<Stat GroupName="Default" ColumnName="Rakeback" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.5 as RakeBackAmount" Evaluate="RakeBackAmount" ColumnHeader="Rakeback" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Rakeback based on 50%" />

Am I supposed to save it as a .Report file or leave it as the only .txt file in the folder?

Not sure is it matters but my CustomStat.txt file does not include the:

< or /> parts of the code

Works for me

morny
06-15-2010, 07:29 PM
Hey

I've definitely followed the instructions above and *have correctly named my file CustomStats.txt* yet I see nothing in the Custom Stats box of the Add Stat tab.

I am using 1.11.01b

Do I need to restart my computer or something??

Here is the contents of my CustomStat.txt file:

<Stat GroupName="Default" ColumnName="Rakeback" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.5 as RakeBackAmount" Evaluate="RakeBackAmount" ColumnHeader="Rakeback" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Rakeback based on 50%" />

Am I supposed to save it as a .Report file or leave it as the only .txt file in the folder?

Just restart Holdem manager and it should appear.

frankysue
06-16-2010, 08:59 AM
Ahh my error was naming the file 'CustomStats.txt' when the .txt was implied already in properties.
i.e. I had effectively named my file customstats.txt.txt

Ooops!