yaol wrote:I play Mystery Battle Royale.
Please advise which filters to use to separate the first stage hands
Something like that will need a custom expression filter:
- Code: Select all
tourney_hand_histories.id_hand = tourney_hand_player_statistics.id_hand and tourney_hand_histories.history like '%5-max%'
You can use this expression filter in a
custom report by clicking on the 'Filters' link and selecting 'Add New Expression Filters'. Bear in mind that if you have other 5-max tournament hands that are not Mystery Battle Royale hands they might be included here too but you may be able to filter those out with additional filters.
yaol wrote:and the final table hands.
There is a custom expression filter you can use for final table hands in
this post - you will need to edit the stack size accordingly. Bear in mind that if you play other tournaments with the same starting stack that are not Mystery Battle Royale tournaments they will be included here too but you may be able to filter those out with additional filters.
yaol wrote:Will the statistics be shown specifically for the selected hands? Is that correct?
In a custom player report the statistics you are using there will be filtered accordingly.