Page 1 of 1

[Help] Filter tournaments by number of entrants.

PostPosted: Wed Aug 21, 2024 7:17 pm
by DottMySaviour
I want to filter tournaments by the number of entrants, where the number is in a range. e.g. 100 to 200 number of entrants, 200 to 300 number of entrants, etc.

I read from another read-only thread that I can do it in Reports, but it didn't say how exactly, and I don't know how. I need someone to tell me exactly how, please. Thank you.

Re: [Help] Filter tournaments by number of entrants.

PostPosted: Thu Aug 22, 2024 1:03 pm
by Flag_Hippo
You can do this in the 'My Reports' section:

Guide: Creating My Reports

with an expression filter:

Code: Select all
tourney_summary.cnt_players between x and y

You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters'.