by Ganadai » Tue Dec 15, 2009 2:02 pm
Thank you for the response WhiteRider. I figured out that in the postgres database I can add a columns to the lookup tables, so I added one to lookup_hole_cards and named it id_handrank169. I then made a custom stat in PT3 called PF Rank with the value expression id_handrank169.
Now, when I add the stat to the 'Position Hands' report it displays exactly what I want it to. However, if I try and add the stat to the 'Position Statistics' report it breaks the positions up into rows based on the handrank169 value. I'd like it to just show the max id_handrank169 value for that position. I tried different id_handrank169 combinations such as unchecking "Group By" and changing "Summary Type" to MAX, but nothing seems to work. Any ideas? Thanks.