If a player takes at least one action on the flop then they were not all-in preflop:
- Code: Select all
lookup_actions_f.action LIKE '_%'
You can add that to the column expressions used in the original statistics -
this post covers how to make a new version of a statistic. For further information see
this guide for the basics on custom statistics creation and
this guide for a deeper walkthrough. While the latter was written for PokerTracker 3 and the user interface is different the techniques still apply to PokerTracker 4.