by kraada » Thu Jan 15, 2009 11:26 am
Just to make sure I'm understanding you, what you want is a stat that says Raised Preflop With Hands: and then lists the hands that player has raised with preflop? Unfortunately that isn't possible in just one stat precisely for the reason you've figured out: there's no way to loop properly, and there aren't any variables you can use so that you can check that the hand in question appears in the list.
You could create a stat though for "raised preflop with hand X" for each hand X you cared about, then make a consolidated stat using those 10 or 15 columns outputting the information you want. As you can imagine, this would be a very tedious process, but it would work.
I did ask though and there are plans to eventually add support for any SQL query you'd like in a custom stat, and once you can select distinct, this sort of thing becomes fairly trivial.