View Single Post
  #164  
Old 07-03-2007, 04:32 PM
rvg72 rvg72 is offline
Senior Member
 
Join Date: Jun 2005
Location: Canada
Posts: 2,342
Default Re: New Software: Holdem Manager

[ QUOTE ]
You have lots of different options to group results. In fact, I'll make you two reports. One that shows by blind level with various levels grouped together and a second report that breaks down by blind level and by number of players remaining so you can clearly see what you are talking about here.

[/ QUOTE ]

As promised, here are two new reports. You could simply copy and paste (and edit if you like) the text below and put it in your Reports folder and voila, you have the report.

#1) By Big Blind

<Report Name="by Big Blind" >
<Groupings>
<Grouping FieldExpression="BigBlind" ColumnName="Big Blind">
<Ranges>
<Range MinValue="0" MaxValue="99" RangeName="1) Less than 100" />
<Range MinValue="100" MaxValue="249" RangeName="2) 100 to 249" />
<Range MinValue="250" MaxValue="399" RangeName="3) 250 to 399" />
<Range MinValue="400" MaxValue="799" RangeName="4) 400 to 799" />
<Range MinValue="800" MaxValue="*" RangeName="5) 800 or more" />
</Ranges>
</Grouping>
</Groupings>
<DefaultStats>
<DefaultStat FieldName="TotalHands" />
<DefaultStat FieldName="VPIPPct" />
<DefaultStat FieldName="PFRPct" />
<DefaultStat FieldName="LateUOVPIPPct" />
<DefaultStat FieldName="LateUOPFRPct" />
<DefaultStat FieldName="ThreeBetPct" />
<DefaultStat FieldName="ColdCallPct" />
<DefaultStat FieldName="FoldBBToStealPct" />
<DefaultStat FieldName="FlopContinuationBetPct" />
<DefaultStat FieldName="TurnContinuationBetPct" />
<DefaultStat FieldName="FlopFoldedToContinuationBetPct" />
<DefaultStat FieldName="TurnFoldedToContinuationBetPct" />
<DefaultStat FieldName="PostflopAggressionFactor" />
</DefaultStats>
</Report>

and the result is (note, this was back in the day when Party's blinds were much lower which explains why the # hands in each level seem off):



Here is the second report which breaks down both blinds and players remaining. You don't need to group results but I find it makes results much neater and easier to digest.

<Report Name="by Big Blind and Players" >
<Groupings>
<Grouping FieldExpression="BigBlind" ColumnName="Big Blind">
<Ranges>
<Range MinValue="0" MaxValue="99" RangeName="1) Less than 100" />
<Range MinValue="100" MaxValue="249" RangeName="2) 100 to 249" />
<Range MinValue="250" MaxValue="399" RangeName="3) 250 to 399" />
<Range MinValue="400" MaxValue="799" RangeName="4) 400 to 799" />
<Range MinValue="800" MaxValue="*" RangeName="5) 800 or more" />
</Ranges>
</Grouping>
<Grouping FieldExpression="NumberOfPlayers" ColumnName="# Players">
<Ranges>
<Range MinValue="2" MaxValue="2" RangeName="1) Heads Up" />
<Range MinValue="3" MaxValue="3" RangeName="2) 3 Handed" />
<Range MinValue="4" MaxValue="5" RangeName="3) Bubble (4-5 players)" />
<Range MinValue="6" MaxValue="8" RangeName="4) Mid Game (6-8 players)" />
<Range MinValue="9" MaxValue="10" RangeName="5) Early Game (9-10 players)" />
</Ranges>
</Grouping>
</Groupings>
<DefaultStats>
<DefaultStat FieldName="TotalHands" />
<DefaultStat FieldName="VPIPPct" />
<DefaultStat FieldName="PFRPct" />
<DefaultStat FieldName="LateUOVPIPPct" />
<DefaultStat FieldName="LateUOPFRPct" />
<DefaultStat FieldName="ThreeBetPct" />
<DefaultStat FieldName="ColdCallPct" />
<DefaultStat FieldName="FoldBBToStealPct" />
<DefaultStat FieldName="FlopContinuationBetPct" />
<DefaultStat FieldName="TurnContinuationBetPct" />
<DefaultStat FieldName="FlopFoldedToContinuationBetPct" />
<DefaultStat FieldName="TurnFoldedToContinuationBetPct" />
<DefaultStat FieldName="PostflopAggressionFactor" />
</DefaultStats>
</Report>



rvg
Reply With Quote