Many of the tables on the StatsPlus web tools have filter boxes which can be used to limit the plyaers shown.
Click on a column header to sort by that column.
Click on the column again to reverse the sort direction.
To add a secondary sort column, after sorting by the first column, then Shift-Click on the second column to add it to the sort criteria.
On tables with a filter option such as the draft or free agent views, the small white boxes below the column headers can be used to enter text to filter the player list.
All of the filters operate with an "AND" condition, so entering filters in more than one column will limit to players that match both criteria.
For example, entering <22 into the box under age will immediately filter the view to show only players under age 22.
Another example would be to enter >=3 into the box under "# P" (number of pitches) to show only players with 3 or more rated pitches.
All filter options are shown in the following table.
Operator | Action |
---|---|
! "Not". | Ex: Try !L or !VL under Work Ethic to remove those players from view |
| or OR | Logical "or". Filter the column for content that matches text from either side of the operator |
& or AND | Logical "and". Filter the column for content that matches text from either side of the operator |
> < >= <= |
Comparison operators to limit numbers greater or less than specified. |
text | Text entered will match any text found in the data (case-insensitive) Entering bob will match Bob and Bobby and Kabob |
"text" | Add quotes around text for an exact match, like "C" for matching Catchers in a Position filter |