2Bet Size Filter

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

2Bet Size Filter

Postby Level1Genius » Tue Aug 02, 2022 7:19 am

I'm trying to figure out how to filter by CO 2Bet size in a situation where CO 2Bets, BU 3Bets and Hero is in the blinds. I don't think this is possible using the built in filter system. Can this be done using expression filters?

Thanks in advance!
Level1Genius
 
Posts: 1
Joined: Tue Aug 02, 2022 7:09 am

Re: 2Bet Size Filter

Postby Flag_Hippo » Tue Aug 02, 2022 11:58 am

Hero is not facing a 2Bet so the built-in filter for specifying the size of the 2Bet faced isn't going to be suitable and something like that that will require an expression filter with a subquery:

Code: Select all
cash_hand_player_statistics.id_hand in (SELECT chps.id_hand from cash_hand_player_statistics chps, cash_limit cl where chps.id_limit = cl.id_limit and chps.flg_first_raise AND (chps.amt_p_raise_made / cl.amt_bb ) between x and y)
Flag_Hippo
Moderator
 
Posts: 14440
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: Amazonbot and 17 guests

cron
highfalutin