Page 1 of 1
Filter by finish position
Posted:
Tue Apr 14, 2015 11:20 am
by dastingerpt
Hey,
I'm trying to focus my study sessions on final table play and was wondering if there is any way to look at a list of games where I made at least 9th place so it would be easier to find which games to look at.
Thank you
Re: Filter by finish position
Posted:
Tue Apr 14, 2015 4:14 pm
by kraada
There's no way to filter directly to those hands played at the final table. The closesst I can think to do is to create a Hand report and the following filter expression when added in the blue Filters link will cause the report to only show hands from tournaments where you made the final table - then you can either use a blind level filter to get later play or sort by date and play through the tournaments as you want.
tourney_hand_player_statistics.id_hand in (SELECT thps.id_hand from tourney_hand_player_statistics thps, tourney_results tr where thps.id_tourney = tr.id_tourney and thps.id_player = tr.id_player and tr.val_finish between 1 and 9)
Re: Filter by finish position
Posted:
Tue Apr 14, 2015 10:00 pm
by dastingerpt
Thanks a lot!
I'll try it out and let you know how it went.