PDA

View Full Version : Multiple Rakeback



animeishon
08-02-2009, 03:37 AM
Hello,

Is it possible to add multiple rakeback stats and have them displayed for their respective hero names?
For instance, one for FT and one for UB?

Cheers

netsrak
08-02-2009, 05:56 AM
In the HUD or in a Report?

animeishon
08-02-2009, 08:30 AM
In the report and graph

netsrak
08-02-2009, 08:53 AM
You can add custom stats in the reports but not in the graphs.

http://www.holdemmanager.net/faq/afmviewfaq.aspx?faqid=44

fozzy71
08-02-2009, 08:55 AM
Options > Rakeback and Bonuses

Setup a rakeback amount and add it to your particular screen name, to see it in the graphs.

To see rakeback in the reports, you will need to download.install a custom stat for rakeback. There are probably mutiple formulas posted in this forum for rakeback.

animeishon
08-02-2009, 09:48 AM
I added the custom stats for 2 different rakeback amounts in the CustomStats.txt file and under Options > Rakeback and Bonuses I added 2 rakeback amounts with 2 different hero names but it only calculates the first rakeback stat in the report for all the hero names even though I added both custom stats to the report.

That's what's in the customstats file:


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

netsrak
08-02-2009, 10:25 AM
You mean the 2nd is empty?

Screenshot?

smell777
02-06-2010, 07:01 PM
Have the same problem, found this old thread.

The problem is: I have added 2 rakebacks in my customstat file. Just as the TS.
But in reports it calculates rakeback in both colums as 27%, even though my second one is supposed to be 50%.

I guess that it is because the rakeback ammount is not correlated with screenanme. So the file right now contains two commands 1) to calculate 27% of total rake and 2) to calculate 50% of total rake. And it calculates only one of this numbers for both.

Pls answer how to fix it. Thanks.

netsrak
02-07-2010, 06:35 AM
Please post screenshots and attach your customstats.txt file

smell777
02-08-2010, 11:43 AM
Here they are.

netsrak
02-08-2010, 12:17 PM
I'm not 100% sure but i think you need to use different names for the expressions RakeBackAmount like RakeBackAmount50 and RakebackAmount27

Try this:

<Stat GroupName="Default" ColumnName="RakebackLeon" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.50 as RakeBackAmount50" Evaluate="RakeBackAmount50" ColumnHeader="RakebackIPO" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Rakeback based on 50%" />
<Stat GroupName="Default" ColumnName="RakebackFTP" ValueExpressions="Sum(PH.RakeAmount)/100.0*0.27 as RakeBackAmount27" Evaluate="RakeBackAmount27" ColumnHeader="RakebackFTP" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Rakeback based on 27%" />


Please come back if it doesn't work, then we have to take a deeper look into it.

smell777
02-08-2010, 02:58 PM
That fixed it. Pls edit the FAQ.
Is there a way to connect rakeback % with room screenname? Is this difficult? Because now it became readable in reports, but not very convinient as we have all columns dispayed always.

netsrak
02-09-2010, 05:08 AM
This is not an available feature at the moment. Please suggest it or vote for it here: Customer Feedback & Ideas for HoldemManager (http://holdemmanager.uservoice.com/pages/5307-holdem-manger-suggestions)