Question about a report filter

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Question about a report filter

Postby potamito » Sun May 06, 2018 11:24 pm

Having issues creating a Donk Flop report fitler that isolate the times when the hand reaches showdown without hero/villain hand improving on later streets....thoughts?
potamito
 
Posts: 802
Joined: Wed Apr 21, 2010 4:20 pm

Re: Question about a report filter

Postby Flag_Hippo » Mon May 07, 2018 5:07 am

(cash_hand_player_combinations.flg_f_highcard AND cash_hand_player_combinations.flg_r_highcard) OR (cash_hand_player_combinations.flg_f_1pair AND cash_hand_player_combinations.flg_r_1pair) OR (cash_hand_player_combinations.flg_f_2pair AND cash_hand_player_combinations.flg_r_2pair) OR (cash_hand_player_combinations.flg_f_threeoak AND cash_hand_player_combinations.flg_r_threeoak) OR (cash_hand_player_combinations.flg_f_straight AND e.t.c.
Flag_Hippo
Moderator
 
Posts: 14505
Joined: Tue Jan 31, 2012 7:50 am

Re: Question about a report filter

Postby potamito » Mon May 07, 2018 8:33 pm

I want the filter to isolate the times villain donked the flop with top pair and the hand reaches showdown without his hand improving, i mean he donked flop with exactly top pair and reached showdown with exactly top pair.
potamito
 
Posts: 802
Joined: Wed Apr 21, 2010 4:20 pm

Re: Question about a report filter

Postby Flag_Hippo » Tue May 08, 2018 5:24 am

If that's from the perspective of the villain donk betting you can use this:

Code: Select all
cash_hand_player_statistics.flg_p_face_raise AND NOT (cash_hand_player_statistics.flg_p_3bet OR cash_hand_player_statistics.flg_p_4bet) AND cash_hand_player_statistics.flg_f_bet AND NOT (cash_hand_player_statistics.flg_f_cbet_opp) AND ((cash_hand_summary.cnt_players > 2 AND cash_hand_player_statistics.val_p_raise_aggressor_pos < cash_hand_player_statistics.position) or (cash_hand_summary.cnt_players = 2 and cash_hand_player_statistics.flg_blind_b)) AND cash_hand_player_combinations.flg_f_1pair AND cash_hand_player_combinations.id_f_hand_strength = 3 AND cash_hand_player_combinations.flg_r_1pair AND cash_hand_player_combinations.id_r_hand_strength = 3
Flag_Hippo
Moderator
 
Posts: 14505
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 23 guests

cron
highfalutin