Page 1 of 1

[HOW TO] Create a filter to show me W$ w/ stack size ?

PostPosted: Sat Dec 08, 2012 1:11 pm
by Costel
How to crate a filter for MTT & SNG to display hands where villain had a bigger stack and hero the lower one and both went all-in preflop and hero hand had a grater Equity against villain hand but finally did NOT win the pot ?

Thank you !

Re: [HOW TO] Create a filter to show me W$ w/ stack size ?

PostPosted: Sun Dec 09, 2012 3:23 am
by Costel
BUMP

Re: [HOW TO] Create a filter to show me W$ w/ stack size ?

PostPosted: Sun Dec 09, 2012 12:51 pm
by kraada
Use this filter expression on the My Reports page:

tourney_hand_player_statistics.enum_face_allin = 'P' and tourney_hand_summary.cnt_players_f = 2 and tourney_hand_player_statistics.val_equity > .5 and not(tourney_hand_player_statistics.flg_won_hand)

Re: [HOW TO] Create a filter to show me W$ w/ stack size ?

PostPosted: Sun Dec 09, 2012 1:54 pm
by Costel
kraada wrote:Use this filter expression on the My Reports page:

tourney_hand_player_statistics.enum_face_allin = 'P' and tourney_hand_summary.cnt_players_f = 2 and tourney_hand_player_statistics.val_equity > .5 and not(tourney_hand_player_statistics.flg_won_hand)

Where did you get these variables from ?
I was looking for them here and none is there:
Image

Re: [HOW TO] Create a filter to show me W$ w/ stack size ?

PostPosted: Mon Dec 10, 2012 9:12 am
by kraada
They're various pieces of columns joined together.