HH REPORT - Expression filter

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

HH REPORT - Expression filter

Postby blom90 » Wed Feb 14, 2024 9:21 pm

Hi,

I wanna filter hands played and only show hands played where I faced a villain with a VPIP-PFR gap of >14. Is that possible to create? I guess we need to use expression filter for this?
blom90
 
Posts: 2
Joined: Fri Nov 22, 2013 3:22 am

Re: HH REPORT - Expression filter

Postby Flag_Hippo » Thu Feb 15, 2024 8:03 am

If them just being dealt in the is hand enough then you can use this expression filter:

Code: Select all
cash_hand_player_statistics.id_hand in (select chps.id_hand from cash_hand_player_statistics chps where chps.id_player in (select cc.id_player from cash_cache cc where true group by cc.id_player having (((sum(cc.cnt_vpip) * 1.0) / (sum(cc.cnt_hands) * 1.0) - sum(cc.cnt_walks) * 1.0) - (sum(cc.cnt_pfr) * 1.0 / sum(cc.cnt_pfr_opp) * 1.0)) > .14))
Flag_Hippo
Moderator
 
Posts: 15174
Joined: Tue Jan 31, 2012 7:50 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: Google [Bot] and 12 guests

cron