PDA

View Full Version : Custom Report - Is there a way to exclude a Range from being shown in the Report



alllala
09-08-2011, 06:20 PM
<Groupings><Grouping FieldExpression="PH.flopplayeractiontype_id" ColumnName="Action" ColumnHeader="Action">
<Ranges>
<Range In="21,12,16,20,18,88,67,77,87,82" RangeName="Everything with Raise" />
<Range In="66,45,55,65" RangeName="Only Call and" />
<Range In="44,23,33,43,34,42,38" RangeName="Only BET and" />
<Range In="22,1,11,2,6,10,21,12,16,20,18" RangeName="Only Check and" />
<Range In="-1" RangeName="No Flop" Visible="false" />
</Ranges>
</Grouping>
</Groupings>
<Stats>

I have a Report like the one shown on the top. Now i would like to exclude the Range in Red. Is there a command for that?

alllala
09-10-2011, 12:03 AM
Either u guys are really busy at the moment or u already gave up upon HM1.
Anyway. I hope someday u might find the time to give me an answer.

I already have an additional question.

Is there a way to exclude a certain part of a Range from a Group? I ask this because i want to prevent an Division Zero error without using the Filter...

TheZepper
10-09-2011, 06:06 AM
Assuming your trying to exclude hands that went to the flop, just put FilterByExpression="Ph.maxstreetseen = 0" in your header right before Version "1.1".