Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by sgftymkgg » Thu Apr 06, 2023 8:53 am
sum(if[tourney_hand_player_statistics.position=8 AND tourney_hand_player_statistics.flg_blind_def_opp AND lookup_actions_p.action='C' AND tourney_hand_player_statistics.val_p_raise_aggressor_pos=1 AND tourney_hand_player_statistics.enum_face_allin SIMILAR TO '(P|p)' AND ((tourney_hand_player_statistics.amt_p_2bet_facing + tourney_hand_player_statistics.amt_blind) >= tourney_hand_player_statistics.amt_p_effective_stack), 1, 0])
This syntax works fine
But I change a "1" to a "2" and it doesn't work, I don't know why
-
sgftymkgg
-
- Posts: 46
- Joined: Sun Aug 02, 2020 10:08 am
by sgftymkgg » Thu Apr 06, 2023 9:02 am
sgftymkgg wrote:sum(if[tourney_hand_player_statistics.position=8 AND tourney_hand_player_statistics.flg_blind_def_opp AND lookup_actions_p.action='C' AND tourney_hand_player_statistics.val_p_raise_aggressor_pos=1 AND tourney_hand_player_statistics.enum_face_allin SIMILAR TO '(P|p)' AND ((tourney_hand_player_statistics.amt_p_2bet_facing + tourney_hand_player_statistics.amt_blind) >= tourney_hand_player_statistics.amt_p_effective_stack), 1, 0])
This syntax works fine
But I change a "1" to a "2" and it doesn't work, I don't know why
- Attachments
-
9ecb05fa4b7c6536a35e8b3a1b37898.png
- (143.84 KiB) Downloaded 1512 times
-
0df40d7b0530dbb0582369329004b35.png
- (245.77 KiB) Downloaded 1524 times
-
sgftymkgg
-
- Posts: 46
- Joined: Sun Aug 02, 2020 10:08 am
by sgftymkgg » Thu Apr 06, 2023 9:04 am
sgftymkgg wrote:sgftymkgg wrote:sum(if[tourney_hand_player_statistics.position=8 AND tourney_hand_player_statistics.flg_blind_def_opp AND lookup_actions_p.action='C' AND tourney_hand_player_statistics.val_p_raise_aggressor_pos=1 AND tourney_hand_player_statistics.enum_face_allin SIMILAR TO '(P|p)' AND ((tourney_hand_player_statistics.amt_p_2bet_facing + tourney_hand_player_statistics.amt_blind) >= tourney_hand_player_statistics.amt_p_effective_stack), 1, 0])
This syntax works fine
But I change a "1" to a "2" and it doesn't work, I don't know why
I used the first filter and couldn't find my HANDS, but the second one did
-
sgftymkgg
-
- Posts: 46
- Joined: Sun Aug 02, 2020 10:08 am
by Flag_Hippo » Thu Apr 06, 2023 12:51 pm
sgftymkgg wrote:sum(if[tourney_hand_player_statistics.position=8 AND tourney_hand_player_statistics.flg_blind_def_opp AND lookup_actions_p.action='C' AND tourney_hand_player_statistics.val_p_raise_aggressor_pos=1 AND tourney_hand_player_statistics.enum_face_allin SIMILAR TO '(P|p)' AND ((tourney_hand_player_statistics.amt_p_2bet_facing + tourney_hand_player_statistics.amt_blind) >= tourney_hand_player_statistics.amt_p_effective_stack), 1, 0])
This syntax works fine
But I change a "1" to a "2" and it doesn't work, I don't know why
When the raise comes from seat 2 that isn't a steal position so
flg_blind_def_opp isn't going to be true.
-
Flag_Hippo
- Moderator
-
- Posts: 17049
- Joined: Tue Jan 31, 2012 7:50 am
by sgftymkgg » Thu Apr 06, 2023 11:41 pm
Flag_Hippo wrote:sgftymkgg wrote:sum(if[tourney_hand_player_statistics.position=8 AND tourney_hand_player_statistics.flg_blind_def_opp AND lookup_actions_p.action='C' AND tourney_hand_player_statistics.val_p_raise_aggressor_pos=1 AND tourney_hand_player_statistics.enum_face_allin SIMILAR TO '(P|p)' AND ((tourney_hand_player_statistics.amt_p_2bet_facing + tourney_hand_player_statistics.amt_blind) >= tourney_hand_player_statistics.amt_p_effective_stack), 1, 0])
This syntax works fine
But I change a "1" to a "2" and it doesn't work, I don't know why
When the raise comes from seat 2 that isn't a steal position so
flg_blind_def_opp isn't going to be true.
TY
-
sgftymkgg
-
- Posts: 46
- Joined: Sun Aug 02, 2020 10:08 am
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 6 guests