Open Side Menu Go to the Top
Register
n00b to reports ... fish list is not working for Rush n00b to reports ... fish list is not working for Rush

02-16-2010 , 12:48 AM
Actually, I don't want a fish list but I thought I'd try that report since it is close to what I do want ...

What I do want is a list of all my Rush opponents and how many hands I have on them.

I would also like (perhaps in a separate report) a list of all hands by these villians that go to showdown so I can review these.

I'm looking around on the PT3 forums in the FAQs and HOWTOs but I haven't found the right one. Feel free to point me at the right PT3 forum docs.
02-16-2010 , 02:05 AM
TANGENT: how can I see (filter or report) all hands that went to showdown where hero was not involved in the showdown?
02-16-2010 , 02:42 AM
I've managed to make a report that shows hands that went to showdown (just using report filters) but they all seem to involve hero showdowns.

I would like:
  • review (in the replayer) hands that went to showdown
  • I want to review all hands by a single reg before moving to the next reg
  • optionally, I would like to be able to omit hands in which I went to showdown.

Last edited by funkyj; 02-16-2010 at 02:49 AM.
02-16-2010 , 06:28 AM
Quote:
What I do want is a list of all my Rush opponents and how many hands I have on them.
Create a custom report in the Holdem Cash Player Statistics section and add a simple filter for the Rush limits you play, and uncheck 'filter to active player' in the report filters window.


Quote:
I've managed to make a report that shows hands that went to showdown (just using report filters) but they all seem to involve hero showdowns.
If you uncheck 'filter to active player' again you will get hands from all players (report should be in Holdem Cash Hands section), and the 'showdown' filter will apply to all players. You will see every hand from every players' point of view, though, so make sure you have filters applied to limit the number of hands shown, or this will be a VERY big report!
If you leave 'filter to active player' checked then you can select players in the Player List and the filters you specify will be applied from that player's point of view, so should show the hands that player went to showdow, for instance.

Tutorial - Custom Reports and Statistics
02-17-2010 , 12:55 AM
Quote:
Originally Posted by WhiteRider
Create a custom report in the Holdem Cash Player Statistics section and add a simple filter for the Rush limits you play, and uncheck 'filter to active player' in the report filters window.



If you uncheck 'filter to active player' again you will get hands from all players (report should be in Holdem Cash Hands section), and the 'showdown' filter will apply to all players. You will see every hand from every players' point of view, though, so make sure you have filters applied to limit the number of hands shown, or this will be a VERY big report!
I did that yesterday. I filtered on WTSD, Rush 50NL (only 7k hands before WTSD filter).

I was thrown off by the "amount won" column in my report -- I expected to see a lot of hands here where "amount won == 0" and I only saw a few "amount won == 0" and these were all split pots.

Also, it looks like this gives me each hand at least twice (once from each perspective). I'm not sure how to eliminate the duplicates here.

I guess setting amount won >= 0 will remove all duplicates except for the break even split pots.

Quote:
If you leave 'filter to active player' checked then you can select players in the Player List and the filters you specify will be applied from that player's point of view, so should show the hands that player went to showdow, for instance.

Tutorial - Custom Reports and Statistics
I looked at the tutorial yesterday and it did lead me to uncheck "filter to active player". Even now I'm still at a loss as to how go over these report hands in the replayer. I do not see a replayer button on the reports tab.


When I switch to the sessions or hands tab, the report filter is not in effect.

I guess if I want to replay the hands by player I can
  • save the list of players I'm interested in
  • switch to the sessions tab
  • set the interested player as the active player
  • filter by WTSD (et cetera)
  • replay hands.

Is there an easier way?
02-17-2010 , 11:43 AM
A more complex filter will get rid of the duplicates; instead of using the simple filters, put this filter in:

holdem_hand_player_statistics.id_hand in (SELECT id_hand from holdem_hand_player_statistics where flg_showdown)

That should filter to only hands someone got to showdown.

If you add the Hand # statistic to the report you can double click the hand and it will pop up in its own window which you can then use to start the replayer. We are planning on adding a play button to custom reports at some point in the future but I don't know when this feature will become available.

      
m