Filter player summaries to specific group of players?

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Filter player summaries to specific group of players?

Postby qwerty2k » Fri May 08, 2020 11:34 am

Hey, a rather newbie question but...I play a fairly regular tournament with friends online at Pokerstars, how can I see a report/summary of stats such as number of hands, vpip, pfr, steal attempts etc for just these group of players? We usually play the same buy-in but not all the time so I can't filter based on buy-in but I can't see an option to filter based on player name? We be ideal if I could see it by tournament or overall.

Thanks,
Scott
qwerty2k
 
Posts: 5
Joined: Mon May 04, 2020 11:16 am

Re: Filter player summaries to specific group of players?

Postby Flag_Hippo » Fri May 08, 2020 12:52 pm

You can go to 'My Reports', create an 'All Players' report, add the statistics you want to see and filter from there. To filter by player name use this expression filter:

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

You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters'. Replace 'name1' and 'name2' e.t.c with the screen names you want to see and leave the single quotes - those are needed. You can also add additional ORs if you want to view the data for more players at once. If you want to filter by tournament number:

Code: Select all
​tourney_summary.tourney_no = 'Tourney Number Here'
Flag_Hippo
Moderator
 
Posts: 15194
Joined: Tue Jan 31, 2012 7:50 am

Re: Filter player summaries to specific group of players?

Postby qwerty2k » Fri May 08, 2020 2:51 pm

Flag_Hippo wrote:You can go to 'My Reports', create an 'All Players' report, add the statistics you want to see and filter from there. To filter by player name use this expression filter:

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

You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters'. Replace 'name1' and 'name2' e.t.c with the screen names you want to see and leave the single quotes - those are needed. You can also add additional ORs if you want to view the data for more players at once. If you want to filter by tournament number:

Code: Select all
​tourney_summary.tourney_no = 'Tourney Number Here'


Thank you for the quick response! worked perfectly :D
qwerty2k
 
Posts: 5
Joined: Mon May 04, 2020 11:16 am


Return to PokerTracker 4

Who is online

Users browsing this forum: No registered users and 23 guests

cron