FILTER HERO VS PLAYERS VPIP>40%
![Post Post](https://www.pokertracker.com/phpBB3-forums/styles/prosilver-embed/imageset/icon_post_target.gif)
How can I filter hands of hero vs players with VPIP> 40%
https://staging.pokertracker.com/forums/
https://staging.pokertracker.com/forums/viewtopic.php?f=61&t=97833
cash_hand_player_statistics.id_hand in (SELECT chps.id_hand from cash_hand_player_statistics chps where chps.id_player in (SELECT cc.id_player from cash_cache cc where true group by cc.id_player HAVING ((sum(cc.cnt_vpip) * 1.0) / (sum(cc.cnt_hands) * 1.0) - sum(cc.cnt_walks) * 1.0) > .4))
HYPERION666 wrote:I followed the steps and nothing appears the report remains loading for several hours.
picture hosting