Page 1 of 1

custom stat - hands from specific tournament round

PostPosted: Mon Nov 30, 2020 1:10 pm
by PetarM
Hello,

I need help to create a custom stat that takes into account the round of the tournament and isolates hands from specific tournament round (e.g. pokerstars 2 rounds hyper turbo satellites)
I use the following to create reports but it doesn't work for custom stats:

tourney_hand_histories.id_hand = tourney_hand_player_statistics.id_hand and tourney_hand_histories.history LIKE '%Match Round I,%'

Apparently this is a difficult task and I would appreciate if someone can solve it
thank you