PDA

View Full Version : BB/100 including rakeback



pokurz
07-01-2010, 01:40 AM
Hi,
I have found a stat for bb/100 including rakeback. But I use BB/100, is there anyway to post the custom stat for BB/100 including rakeback? Thanks

pokurz
07-01-2010, 05:07 PM
I also would like a custom stat for "Hours played" and another for "$/hr". If anybody could help out that would be great. Evidently the moderators of this site cannot help me out.

pokurz
07-02-2010, 12:05 PM
nobody follows these threads?

ShLiM
07-02-2010, 03:55 PM
I also would like a custom stat for "Hours played" and another for "$/hr". If anybody could help out that would be great. Evidently the moderators of this site cannot help me out.

this things can be found on session tab

morny
07-02-2010, 06:25 PM
Hi,

As mentioned in the announcement at the top of the forum


Unfortunately the developer's do not monitor this forum regularly. They may come on occasionally and answer questions, otherwise we encourage forum members to jump in and help when they can. If you have any that you have created or found, please post them.

So we basically for users of the forum to share stats and help each other out, if we can help in any way we do but im not familiar with SQL queries but if i have a link to something that might help i would post it.

For this one unfortunately i cant help. We plans to develop a custom stats builder in the future for people who dont know have SQL knowledge, feel free to search the forum or the stickies if you want to try and write your own query

pokurz
07-02-2010, 08:33 PM
this things can be found on session tab

I don't want it in the sessions tab, I want it in the reports tab. Mainly just the hours played so that I can delete the amount won/lossed and only view my hands played, hours played, and stats.

ibombonato
07-03-2010, 07:19 PM
Try this to 30% RB:

PS: Change the "0.30" value to your value. Example: "0.27" for FTP RB


30% RakeBack:
Stat GroupName="Default" ColumnName="RB 30%" ValueExpressions="Sum(PH.RakeAmount) as DealtRake"

Evaluate="(DealtRake*0.30)/100" ColumnHeader="RB 30%" ColumnFormat="$0.00" ColumnWidth="*" Tooltip="30% RakeBack" />

Winnings + RakeBack 30%:
Stat GroupName="Default" ColumnName="NetAmountWonRB30" ValueExpressions="Sum(ph.NetAmountWon)/100.0 as NetAmountWon;

((Sum(PH.RakeAmount)/100.0)*0.30) as RakeBack" Evaluate="NetAmountWon+RakeBack" ColumnHeader="$ + RB 30%"

ColumnFormat="$0.00" ColumnWidth="*" Tooltip="Net Amount Won + RakeBack 30%" />

Edited:

BB/100 w 30% RakeBack:
Stat GroupName="Default" ColumnName="BBPer100RB30" ValueExpressions="Sum(ph.NetAmountWon/1.0/GT.BigBlind) as

TotalBBs; Sum(ph.RakeAmount/1.0/GT.BigBlind) as RBB" Evaluate="(TotalBBs+(RBB*0.30))*50.0/TotalHands"

ColumnHeader="BB/100 w RB" ColumnFormat="0.00" ColumnWidth="*" Tooltip="Big Bets won per 100 hands with RakeBack" />

pokurz
07-05-2010, 06:05 PM
Thanks a lot. Anyway you have a stat for hours played?

BornTuKill
08-16-2010, 02:42 PM
anyone have this in bb/100 w/rakeback?

pokurz
08-16-2010, 11:49 PM
anyone have this in bb/100 w/rakeback?

http://forums.holdemmanager.com/custom-reports/20320-custom-stat-bb-100-rakeback.html