Page 1 of 4

filter/stat-question

PostPosted: Wed Jul 03, 2013 5:54 pm
by ommaha
hi,

i want to filter following (or alternatively build a custom stat if filtering is not possible atm):

3 players on the flop and singleraised pot (no problem so far)
1) preflop aggressor is out of position to both other players and active player is in position
2) preflop aggressor is out of position to both other players and active player is in sandwichposition
3) preflop aggressor is in sandwich position and active player is in position
4) preflop aggressor is in sandwich position and active player is out of position

is there a way to do that?

thanks very much!

Re: filter/stat-question

PostPosted: Thu Jul 04, 2013 4:00 am
by WhiteRider
You can't filter for the position of the "other" player, but you should be able to do what you want with filters for the active player and the preflop aggressor.
Go to More Filters > Hand Details > Player Position > Flop.
At the top select "Active Player" for the active player or "Lead Aggressor" for the preflop aggressor.
With that and the "Position Relative To" option set to 'All Opponents' or 'Lead Aggressor' you should be able to filter the situations you want.

For example in #1 you want Lead Aggressor position relative to All Opponents is out of position, and Active Player position relative to All Opponents is in position.

Re: filter/stat-question

PostPosted: Thu Jul 04, 2013 10:30 am
by ommaha
thanks for the explanation.
i tried but it still does not work properly. maybe the filter is buggy(?).

i already sent ticket 140794 with used filter and wrong hands where the preflop aggressor is in position instead of oop

Re: filter/stat-question

PostPosted: Thu Jul 04, 2013 11:01 am
by WhiteRider
I'm not aware of any problems with those filters but we'll check the example in your ticket and get back to you there - thanks.

Re: filter/stat-question

PostPosted: Fri Jul 12, 2013 10:39 am
by ommaha
hi,

one week passed. Do you have any updates?

Re: filter/stat-question

PostPosted: Fri Jul 12, 2013 3:57 pm
by kraada
There does appear to be an issue related to those filters that we are working on fixing. We will make sure you get an update when we know more. However, the issue does appear to be general at this time.

Re: filter/stat-question

PostPosted: Sun Jul 14, 2013 6:49 am
by ommaha
alright. thank you.

is it possible to build a custom stat for example #1?
i just know how to use

cash_hand_player_statistics.position
cash_hand_player_statistics.flg_f_has_position

but that is probably not enough to do the job

Re: filter/stat-question

PostPosted: Sun Jul 14, 2013 4:05 pm
by kraada
position is your personal position and flg_f_has_position is true if you have position. If you are the aggressor then it's no problem, it's only when the aggressor is someone else it gets trickier.

Re: filter/stat-question

PostPosted: Tue Jul 16, 2013 3:59 am
by ommaha
yes, in position is no problem but how do i express that preflop aggressor is out of position to all other players on the flop (and active player is in position)? ;)

Re: filter/stat-question

PostPosted: Tue Jul 16, 2013 8:25 am
by kraada
There's a flag for out of position vs everyone -- cash_hand_player_statistics.flg_f_first (or _t_ or _r_). This is true if you are first to act on the street in question.

highfalutin