PDA

View Full Version : Custom Report by Fix Date



Mougly
07-30-2010, 09:13 AM
Hello everyone,

First I'm going to explain my problem...

I,m in a poker school and during the time i go up to the levels of the school. This level let me study more complex articles of poker etc.

Now, i want to now how this levels impact in my statistics.
So I.m trying to make a report to now that.

I have done that

Report Name="School Levels" Version="1.1">
Groupings>
Grouping FieldExpression="to_char(PH.HandTimeStamp,'YYYY MM DD')" ColumnName="Levels" />
Ranges>
Range MinValue="2009 06 01" MaxValue="2009 07 01" RangeName="1) Beginner" />
Range MinValue="2009 07 02" MaxValue="2009 09 01" RangeName="2) Medium" />
Range MinValue="2009 09 02" MaxValue="2009 12 31" RangeName="3) Advanced" />
Range MinValue="2010 01 01" MaxValue="2010 04 01" RangeName="4) Expert" />
Range MinValue="2010 04 02" MaxValue="2010 06 01" RangeName="5) Professional" />
Range MinValue="2010 06 02" MaxValue="*" RangeName="6) VIP" />
/Ranges>

/Groupings>
Stats>
Stat StatName="Net Amount Won" />
Stat StatName="All-in EV Adjusted $" />
Stat StatName="Big Blinds per 100" />
Stat StatName="VPIP" />
Stat StatName="PFR" />
Stat StatName="3Bet" />
Stat StatName="Went To Showdown" />
Stat StatName="Won Showdown" />
Stat StatName="Postflop Aggression" />
Stat StatName="Postflop Aggression Pct" />
/Stats>/Report>



Whats wrong?

Thanks a lot, and sorry for the English, i´m Spanish
edit: I removed all the "<" in the post, otherwise the code don`t see.

Mougly
09-07-2010, 10:52 AM
Bump!