RelajadoFresco wrote:Hi, is there a way to exclude players from the stats that had limped before in the session? i tried with the Preflop Calls -> NOT(Limped First In) but doesnt seem to work.
That will only remove hands where a player limped first in but it will not filter out other hands.
RelajadoFresco wrote:EDIT: and maybe exclude players if they have like < 15 PFR in 50 hands or more?
That can be done but the filter will depend on the report you are using. If you are using a basic 'All Players Report' you can use an expression filter like this:
- Code: Select all
#Hands# >= 50 AND #PFR# > 15
You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters'. Other types of report such as hand reports will require a more complex filter - see
this thread for an example.