To filter for 1st place finishes you can use this expression filter in a
custom report:
- Code: Select all
tourney_results.val_finish = 1
You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters'. You can see this expression if you go to 'Configure -> Statistics -> Columns' and look at the expression used for the
val_finish column which is the database column that stores finish positions. There isn't a specific tutorial for filtering like this but it uses the same information used in database columns and you can learn more about that by referring to
this guide on custom statistics creation and
this guide goes into more detail. While the latter was written for PokerTracker 3 and the user interface is different the techniques still apply to PokerTracker 4. You will see in the guide most columns use additional formatting which are not required for filter expressions but you can extract the expression from columns like that to use in a custom filter with the method described
here.