PDA

View Full Version : Report by Postion - How to combine all Position in Row



alllala
09-03-2011, 10:31 PM
<Report Name="Test" OrderByExpression="PositionType_ID ASC" Version="1.1">
<Groupings>
<Grouping FieldExpression="PositionType_ID" ColumnName="PositionType_ID" ColumnHeader="Pos" ColumnWidth="40">
<Ranges>
<Range MinValue="0" MaxValue="0" RangeName="1)SB" />
<Range MinValue="1" MaxValue="1" RangeName="2)BB" />
<Range MinValue="2" MaxValue="2" RangeName="3)EP" />
<Range MinValue="3" MaxValue="3" RangeName="4)MP" />
<Range MinValue="4" MaxValue="4" RangeName="5)CO" />
<Range MinValue="5" MaxValue="5" RangeName="6)BU" />
<Range MinValue="0" MaxValue="5" RangeName="7)all" />
</Ranges>
</Grouping>
</Groupings>
<Stats>
</Stats></Report>

Without the other Ranges 1) to 6) Range "7)all" is processed but altogether "7)all" doesn´t show up in my Report.

What am I doing wrong, and how can i fix it?

TheZepper
10-09-2011, 05:59 AM
Allala - you can't allocate hands to more than one range - so by the time you've gone thru all 6 positions in 6max in your report - no hands are left to meet your criteria.