by sookmctourie » Wed Oct 08, 2008 5:47 pm
I have been working on this custom stat. Its been a steep learning curve, but I'm starting to understand the process a little better. So far I have been able to produce a stat that I can use in custom reports that will list players seeing the flop and whether or not an ace hit as a true false statement. However, I'm only able to get that info on one board card. The problem I'm having is
1. I'm not able to insert holdem_hand_summary.card_1 along with card 2 and 3. The validation says this is incorrect.
So what I have done is use only card_1 in the column and in the stat use the expression card_1 =13 (for ace of hearts). This works but it only tells me if board card 1 is the ace of hearts or not.
2. In the stats, I'm not able to use the expression card_ = 13, 26, 39, 52 for all 4 aces.
In summary, I need to know how to include all flop cards in the column and include all suites of aces in the stats.
Any help would be appreciated
Art