Conversation Between Rvg72 and amy8bug@yahoo.com

Conversation Between Rvg72 and amy8bug@yahoo.com

1 Visitor Messages

  1. I've posted in the forums for help but haven't gotten any responses. Just trying to group by big blind - not game type description - i.e. one row for all .25 hands not a row for pot limit, nl, and euro. Here's what I have so far ... what did I do wrong?

    <Report Name="Grouped Stakes" OrderByExpression="BigBlind DESC" Version="1.1">
    <Groupings><Grouping FieldExpression="GT.BigBlind" ColumnName="GameTypeDescription" ColumnHeader="Game Type Description" ColumnFormat="" ColumnWidth="100" ToolTip="Stakes / Games this player has played" />
    <Ranges>
    <Range MinValue="50" MaxValue="50" RangeName="50NL"/>
    <Range MinValue="25" MaxValue="25" RangeName="25NL"/>
    <Range MinValue="50" MaxValue="*" RangeName="test"/>
    </Ranges>
    <Grouping FieldExpression="GT.BigBlind" ColumnName="BigBlind" ColumnHeader="" Visible="false" /></Groupings>
    </Report>
Showing Visitor Messages 1 to 1 of 1