PDA

View Full Version : Rake taken equal/more than 0.25$



CoreySteel
08-26-2010, 10:37 AM
I've already made several custom repors, but I just can't figure this one out.
How to count hands that are raked for 25c?
It doesn't matter if I see the flop, or not. Doesn't matter it it goes to showdown or not.

I've tried this:

<Stat GroupName="Default" ColumnName="mybetraked" ValueExpressions="Sum(case when pkh.RakeAmount >= 25 then 1 else 0 end) as mybetraked" Evaluate="mybetraked" ColumnHeader="myBet\nraked" ColumnFormat="0.00" ColumnWidth="60" Tooltip="myBet Raked" />
but this counts only for me.

Thank you for your help.

CoreySteel
08-26-2010, 09:05 PM
Other possible custom report for counting raked hands is...
pot is at least 5$ big. How can I do that?

Thanks.