Page 1 of 6

My Reports: Downloadable Examples

PostPosted: Wed Feb 08, 2012 3:31 pm
by StevenM
One of the most flexible features of PokerTracker 4 is the My Reports tool. We think custom reporting has never been easier for poker players, with each new stat added the report is updated on the fly to give you instant feedback.

We will use this thread to post some example custom reports for you to share, we hope that once PokerTracker 4 is released commercially that there will be a vibrant community of PT4 users who share custom reports with one another. If you have a report you would like to share with the community, please contact us via PM - we welcome all contributions!

To import a custom report:

1. Click the My Reports button in PokerTracker 4
2. On the left hand side of the screen, look for the icon that is shaped like a hard drive (see image below). Click the icon, and select Import
3. Select the report you wish to import. Custom reports are exported using the file name extension .pt4pt


ImportMyReports.png



Choose File Name to Import.png

Re: My Reports: Downloadable Examples

PostPosted: Wed Feb 08, 2012 3:37 pm
by StevenM
PokerTracker 3 users may have noticed that we have removed the Player Summary report from PokerTracker 4. This is a very simple report to reproduce using the My Reports tools, to save time we have uploaded an example of a more advanced Player Summary report for you here. Click on the attachment below to download the report, unzip the file, then import it into PokerTracker 4.

Good Luck!

MyReports.png


[Edit from Kraada: If you want to see the top half of the PT3 Summary Tab, grab the custom report I built and attached in this post].

Re: My Reports: Downloadable Examples

PostPosted: Thu Feb 09, 2012 1:56 am
by pt4pt4pt4
is it possible in PT4 to make a report of all players hands that had sets against me and replay them?

Re: My Reports: Downloadable Examples

PostPosted: Thu Feb 09, 2012 5:46 am
by WhiteRider
Do you mean specifically when your opponent had a pocket pair, or any three of a kind?
Adding the following as a custom filter expression will restrict a Hand report to hands where someone had three of a kind on the flop:

cash_hand_player_combinations.id_hand in (SELECT cash_hand_player_combinations.id_hand from cash_hand_player_combinations WHERE cash_hand_player_combinations.flg_f_threeoak)

Note that this includes your own three of a kind hands, which can be ruled out using a Simple Filter. I assume you'd want to ignore these hands?
Do you want to limit to sets on the flop, or any street?

Re: My Reports: Downloadable Examples

PostPosted: Thu Feb 09, 2012 9:54 am
by pt4pt4pt4
WhiteRider wrote:Do you mean specifically when your opponent had a pocket pair, or any three of a kind?
Adding the following as a custom filter expression will restrict a Hand report to hands where someone had three of a kind on the flop:

cash_hand_player_combinations.id_hand in (SELECT cash_hand_player_combinations.id_hand from cash_hand_player_combinations WHERE cash_hand_player_combinations.flg_f_threeoak)

Note that this includes your own three of a kind hands, which can be ruled out using a Simple Filter. I assume you'd want to ignore these hands?
Do you want to limit to sets on the flop, or any street?


Yes any street so i can see how my aggression is killing me.

So that report is for any street? Don't mind if my cards are displayed since i can see my ability (or lack of) to extract value.

Re: My Reports: Downloadable Examples

PostPosted: Thu Feb 09, 2012 10:10 am
by kraada
That's just for times you had three of a kind on the flop. To make it any street change it to:

cash_hand_player_combinations.id_hand in (SELECT cash_hand_player_combinations.id_hand from cash_hand_player_combinations WHERE cash_hand_player_combinations.flg_f_threeoak OR cash_hand_player_combinations.flg_t_threeoak OR cash_hand_player_combinations.flg_r_threeoak)

Re: My Reports: Downloadable Examples

PostPosted: Thu Feb 09, 2012 12:41 pm
by sjengfred
When building a HUD it is possible to configure stats (position and OOP or IP). Is this also possible when building a report or do I have to use filters for this?

Re: My Reports: Downloadable Examples

PostPosted: Thu Feb 09, 2012 1:28 pm
by kraada
When building a report you need to use filters, the HUD properties do not create individual stats which you can add to a report.

Re: My Reports: Downloadable Examples

PostPosted: Fri Feb 10, 2012 1:19 pm
by pluscount
StevenM wrote:PokerTracker 3 users may have noticed that we have removed the Player Summary report from PokerTracker 4. This is a very simple report to reproduce using the My Reports tools, to save time we have uploaded an example of a more advanced Player Summary report for you here. Click on the attachment below to download the report, unzip the file, then import it into PokerTracker 4.

Good Luck!




I have installed the report and it works fine. How can I export the report data as a text, delimited or .csv file?

Re: My Reports: Downloadable Examples

PostPosted: Fri Feb 10, 2012 3:52 pm
by Baggers59
Is there a way to filter that report so it only shows players who have played a certain amount of hands?

highfalutin