How to remove HH against specific opponents?

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

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

How to remove HH against specific opponents?

Postby poulou73 » Sun Sep 20, 2020 5:26 am

Hello,

I would like to analyze my database and more specifically a part of it.
I how to extract data from a small group of players and analyze that selection. (that's what I would do to analyze a group of regular opponent for example)
But now my goal is the opposite I would like to analyze everyone but regular opponents

So: how to remove from the database all tourneys/hands played vs certain players?

Thank you for your help
poulou73
 
Posts: 3
Joined: Tue Jan 31, 2012 5:04 am

Re: How to remove HH against specific opponents?

Postby WhiteRider » Sun Sep 20, 2020 9:25 am

Are you playing heads up? If not, then your hands will be against a mixture of regular and non-regular players so that kind of separation would be really tricky.
WhiteRider
Moderator
 
Posts: 53972
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: How to remove HH against specific opponents?

Postby poulou73 » Tue Sep 22, 2020 3:26 am

Hey thank you for your answer
I am playing spin & go. (so 3 players total)

> If there is a way where we can do this for HU only it would be great already.

> and if there is a way where we remove all tourney with a regular, -basically removing me-reg-reg & me-reg-nonreg to keep only me-nonreg-nonreg) this would also be sweet.

Let me know if you have any way to do so, please :)
poulou73
 
Posts: 3
Joined: Tue Jan 31, 2012 5:04 am

Re: How to remove HH against specific opponents?

Postby Flag_Hippo » Wed Sep 23, 2020 3:45 am

How exactly do you want to filter for "reg" and "non-reg"?
Flag_Hippo
Moderator
 
Posts: 14497
Joined: Tue Jan 31, 2012 7:50 am

Re: How to remove HH against specific opponents?

Postby poulou73 » Wed Sep 23, 2020 11:01 am

I would just like to use a list of names that I consider to be regulars

(My goal is to analyze what the field is doing by removing the most frequent regulars, but it's not a problem if there are some left.)
poulou73
 
Posts: 3
Joined: Tue Jan 31, 2012 5:04 am

Re: How to remove HH against specific opponents?

Postby Flag_Hippo » Wed Sep 23, 2020 1:12 pm

If you just want to filter for specific players you can use this expression filter:

Code: Select all
player.player_name = 'name1' OR player.player_name = 'name2'

Replace 'name1' and 'name2' e.t.c with the screen names you want and leave the single quotes. You can also add additional ORs to view the data for more players and/or add a NOT to exclude players:

Code: Select all
NOT (player.player_name = 'name1' OR player.player_name = 'name2')
Flag_Hippo
Moderator
 
Posts: 14497
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 21 guests

cron