PDA

View Full Version : custom reports not working



luckystraights
10-21-2010, 09:56 PM
I've tired this numerous times, can't get it to work, I've even tried copying reports that do work and just renaming them by adding 2 on the end. I've tried .Report and .report in case that made any impact, but nothing.

I've e-mailed support a test report with not much in it, but after trying again and having no solution, since upgrading to the latest release, I'm rather lost as w/e I do I can't get it to work (show reports in listing)

For completeness this is what I'm working with atm, I've just renamed an existing report which works with the same report contents.

<Report Name="Position (FR) 9-max" Version="1.1">
<Groupings><Grouping FieldExpression="PH.NumberOfPlayers*100+PHMISC.OffTheButton" ColumnName="Position" ColumnHeader="Position" ColumnWidth="120"><Ranges><Range In="200,302,403,504,605,706,807,908" RangeName="9) SB" /><Range In="201,301,402,503,604,705,806,907" RangeName="8) BB" /><Range In="300,400,500,600,700,800,900" RangeName="1) Btn" /><Range In="401,501,601,701,801,901" RangeName="2) CO" /><Range In="502,602,702,802,902" RangeName="3) HJ" /><Range In="603,703,803,903" RangeName="4) MP2" /><Range In="704,804,904" RangeName="5) MP1" /><Range In="805,905" RangeName="6) UTG+1" /><Range In="906" RangeName="7) UTG" /></Ranges></Grouping></Groupings>
<Stats>
<Stat StatName="VPIP" />
<Stat StatName="PFR" />
<Stat StatName="3Bet" />
<Stat StatName="Postflop Aggression" />
<Stat StatName="Won When Saw Flop" />
<Stat StatName="Went To Showdown" />
<Stat StatName="Won Showdown" />
<Stat StatName="Steal Pct" />
<Stat StatName="Cold Call" />
<Stat StatName="Steal Success" />
<Stat StatName="Flop CBet Pct" />
<Stat StatName="Flop CBet Success Pct" />
<Stat StatName="Fold To Flop CBet" />
<Stat StatName="Turn CBet Pct" />
<Stat StatName="River CBet Pct" />
<Stat StatName="BB Fold Steal" />
<Stat StatName="Fold to 3Bet" />
<Stat StatName="SB Reraise Steal" />
<Stat StatName="BB Reraise Steal" />
<Stat StatName="3Bet" />
<Stat StatName="SB Reraise Steal" />
<Stat StatName="BB Reraise Steal" />
<Stat StatName="River Aggression" />
<Stat StatName="Turn Aggression Pct" />
<Stat StatName="Flop Aggression Pct" />
<Stat StatName="River Aggression Pct" />
<Stat StatName="4Bet Range" />
<Stat StatName="Fold to 4Bet" />
<Stat StatName="Flop Check Raise Pct" />
<Stat StatName="Fold To Turn CBet" />
<Stat StatName="Raise Flop CBet" />
<Stat StatName="Squeeze" />
</Stats></Report>

Cabbage
10-27-2010, 03:03 PM
Have you tried the report template in the Report 101 thread in the stickies ?

I'm going to take a random guess at the problem. When you save it using notepad, make sure you surround the filename in quotation marks so it doesn't append .txt to your report.

You should type "MyReport.report" with the quotes in the Save As box

luckystraights
10-29-2010, 12:34 AM
version number was missing, thanks for the quotes tip.