Page 1 of 1

Reports on different players

PostPosted: Fri Jun 01, 2012 6:25 am
by chipix
Is it possible in PT3 to get reports for different players?
For example I would like to find the players that I have played more than 1000 hands or the players that I have encountered on most tournaments.

Re: Reports on different players

PostPosted: Fri Jun 01, 2012 9:05 am
by kraada
Yes, you can see a different player's statistics by choosing them on the sidebar on the left.

Your report to see lots of players at once can be done on the Reports tab. Create your report in the Player Statistics section, in the blue Filters link uncheck Filter on Active Player, and add the stats Player and Hands. Then you'll see a list of all players and the number of hands you have on them. You can add more stats as you wish, and you can filter further down in the blue Filters section based on the statistics of all players (if you insert a stat there it checks to make sure all people have the value specified - so #Hands# > 1000 requires more than 1000 hands on each player, etc.).

Re: Reports on different players

PostPosted: Fri Jun 01, 2012 9:19 am
by chipix
Thx got it.
How do I filter out myself?
I tried the filter #Player#!="myname" but it does not pass validation.

Re: Reports on different players

PostPosted: Fri Jun 01, 2012 11:48 am
by kraada
Use:

player.player_name != 'Your Screen Name'

(and you do need quotes around your screen name) and that should do it.

Re: Reports on different players

PostPosted: Sat Sep 29, 2012 7:06 pm
by ElloraBoy
I am trying to create a similar Report. Is it possible to do it with tournaments played instead of hands and to have a column for ROI or 'in the money %' ?
I would like to see which players have a good ROI over a decent sample size so I can add that to my notes.

Re: Reports on different players

PostPosted: Sun Sep 30, 2012 4:53 am
by WhiteRider
Yes - to display this kind of information you need to create your report in the Holdem Tournament Tournaments section.
To filter for number of tournaments enter this as a filter expression:

cnt_tourneys > 10

(or whatever number).

highfalutin