Report vs Regs

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Report vs Regs

Postby CoCiLak » Fri Aug 17, 2018 4:41 am

Hi

Need some help on vsRegs report.
Can you help me please where or how can I see how much EV bb/100 I lose (or win) with a range (for example: 62o, 72o, 82o, 92o...) ? I have the list of regs.

Thank You
CoCiLak
 
Posts: 12
Joined: Tue Sep 02, 2014 11:04 pm

Re: Report vs Regs

Postby Flag_Hippo » Fri Aug 17, 2018 11:24 am

You can filter your report to when certain players were all-in with this expression:

Code: Select all
tourney_hand_player_statistics.id_hand in (SELECT thps.id_hand from tourney_hand_player_statistics thps, player p where thps.id_player = p.id_player and p.player_name in ('Player1', 'Player2') and thps.enum_allin SIMILAR TO '(P|p|F|f|T|t)' and thps.flg_showdown)

Replace 'Player1' e.t.c. with a screen name leaving the single quotes and if you need to add more players to the list make sure to include a comma between them ('Player1', 'Player2', 'Player3', 'Player4').
Flag_Hippo
Moderator
 
Posts: 14507
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 37 guests

cron