PDA

View Full Version : Disappearing reports



clockhuys
10-14-2009, 09:51 AM
I was making some custom stats and testing them. So I am in a standard report ("by stakes"), add my custom stats, view the result, and restart HM for testing other custom stats. After restarting I can't find the "by stakes" report anymore.

This happens to all reports in which I have included some custom stat(s) after restarting. So if I use my custom stats in more than one report when I haven't closed HM, they all disappear after I restart HM.

I run windows vista with all updates.
This is an example of a custom stat I used:



(smaller than)Stat
ColumnName="fold flop to <0.5"
ValueExpressions="
SUM(CASE WHEN flop.facingbetpercentofpot>0 AND flop.facingbetpercentofpot<0.5 THEN 1 ELSE 0 END) AS FlopFacingBet;
SUM(CASE WHEN flop.facingbetpercentofpot>0 AND flop.facingbetpercentofpot<0.5 AND (ph.flopplayeractiontype_id = 0 OR ph.flopplayeractiontype_id = 1) THEN 1 ELSE 0 END) AS FoldFlopFacingBet"
Evaluate="FoldFlopFacingBet*100.0/FlopFacingBet"
ColumnHeader="fold flop\nvs <0.5"
ColumnFormat="0.00"
ColumnWidth="60"
Tooltip="% this player folded against a bet of less than half the pot on the flop" />

netsrak
10-14-2009, 10:20 AM
I'll forward this to the developer