hope i didn't miss anything obvious here. i'm having problems with adding a new column to HCPS, it seems it simply isn't added at all (ie. it doesn't show up in the pgadmin). what i want to do is to add custom stat "amt won with out sd" and simply add it to custom player statistics report. i started with adding a new column amt_won_wosd defined as follow:
sum(if[holdem_hand_player_statistics.flg_showdown,0,holdem_hand_player_statistics.amt_won] )
saved it, ran all the housekeeping stuff and finally added new statistic amt_won_wosd with same expression of course being simply:
amt_won_wosd
when that stat is add to the report of mine it doesn't show up in the chart. as i have stated before, no new column is created in the hcps table. am i missing something or what? or maybe there is a simpler way to have such stat?
