So here is what I'm trying to do. I want to make a series of graphs that are similar to the Global Game Statistics Graph for "Winning Hands at Showdown." What I'm trying to do is make a bar graph/histogram for each Pot Size (<20BB, between 20 and 40BB, between 40 and 60BB etc.) where the x axis is simply a bar for each made hand (High Card, Pair, 2 Pair... Full House etc.) and the Y axis is the % of how often each hand is seen as the winning hand at showdown.
Now, I don't think you can make custom graphs in PT4, and I couldn't configure/filter the stock one the way I like... So I wanted to try to make a custom hand report where I filter on Pot Size, the fact that the hand went to showdown, the board texture, AND I wanted to filter on the player statistics of the players that made it to showdown. Specifically I wanted to see the results of "Fishy" players, those with VPIPs of like 35 and higher and a PFR of like 7 or lower, to see how often they show up with crumby hands vs. premium hands at showdown. Once I had this large collection of hands, I'd export the report as a .csv file and import it into Excel and then make my desired bar graphs from the data. I'm pretty sure it would work.
However here is my problem.. I don't think you can filter on things like a players VPIP and PFR in a hand report right? So what can I do? Is there some sort of work around? Is there a simpler/different way to get the result I want? Please let me know