Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
Coaches Name | Team Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Andy Hillier | Providence Englishmen | 76 | 84 | 71 | 86 | 73 | 88 | 57 | CAN | 46 | 1 | 525,000$ |
Chris Walsh | Toronto Royals | 62 | 78 | 93 | 54 | 83 | 99 | 42 | CAN | 54 | 2 | 650,000$ |
Dan Craig | Burlington Cougars | 80 | 85 | 92 | 80 | 80 | 90 | 55 | CAN | 46 | 2 | 800,000$ |
Dan Lofton | Chicago Thunderbirds | 44 | 60 | 78 | 68 | 75 | 80 | 60 | CAN | 50 | 3 | 650,000$ |
Dan Van Vranken | Louisville Red Devils | 80 | 57 | 79 | 85 | 95 | 88 | 47 | USA | 55 | 1 | 750,000$ |
Dave Conroy | Brooklyn Dragons | 85 | 88 | 99 | 69 | 82 | 99 | 63 | USA | 52 | 2 | 800,000$ |
Frank King | Richmond Robins | 87 | 80 | 90 | 99 | 99 | 99 | 16 | USA | 69 | 1 | 850,000$ |
George Rinaldi | Albany Indians | 91 | 59 | 80 | 74 | 99 | 94 | 46 | CAN | 62 | 1 | 750,000$ |
Jeff Daniels | Pittsburgh Yellow Jackets | 81 | 73 | 76 | 92 | 79 | 69 | 51 | USA | 43 | 1 | 675,000$ |
Jeff Taber | Rochester Lakers | 74 | 80 | 77 | 95 | 84 | 99 | 46 | USA | 50 | 2 | 1,200,000$ |
Jerry Wallace | Halifax Kings | 64 | 95 | 84 | 74 | 79 | 89 | 61 | CAN | 52 | 3 | 650,000$ |
John Burroughs | Cincinnati Clippers | 52 | 69 | 70 | 72 | 80 | 90 | 55 | USA | 56 | 3 | 650,000$ |
John McCaffrey | Buffalo Wings | 63 | 72 | 74 | 92 | 79 | 94 | 46 | CAN | 53 | 1 | 500,000$ |
Kerry Linendoll | Boston Eagles | 85 | 74 | 96 | 85 | 91 | 99 | 59 | USA | 51 | 3 | 600,000$ |
Larry Martin | Virginia Mariners | 82 | 74 | 68 | 79 | 73 | 93 | 37 | USA | 50 | 2 | 550,000$ |
Larry Smith | Washington Americans | 80 | 87 | 88 | 73 | 94 | 99 | 36 | USA | 62 | 2 | 575,000$ |
Len Bosio | Saint John Winterhawks | 72 | 77 | 88 | 73 | 99 | 95 | 45 | USA | 63 | 2 | 700,000$ |
Mario Cicchane | Baltimore Tigers | 88 | 65 | 85 | 68 | 70 | 90 | 50 | CAN | 43 | 1 | 550,000$ |
Mark Callahan | Philadelphia Patriots | 74 | 75 | 79 | 88 | 70 | 85 | 55 | USA | 44 | 1 | 450,000$ |
Mark Reeds | Montreal Voyageurs | 92 | 99 | 89 | 68 | 93 | 99 | 57 | CAN | 58 | 3 | 775,000$ |
Michael Vellucci | Lehigh Valley Rockets | 89 | 85 | 67 | 87 | 78 | 93 | 42 | CAN | 53 | 1 | 625,000$ |
Mike Patregnani | Syracuse Bulls | 76 | 82 | 72 | 77 | 77 | 92 | 48 | USA | 48 | 2 | 450,000$ |
Mike Smolinski | Indianapolis Racers | 83 | 70 | 98 | 77 | 86 | 96 | 54 | USA | 54 | 3 | 800,000$ |
Paul Loftus | Quebec Cavaliers | 65 | 67 | 80 | 67 | 75 | 80 | 60 | CAN | 54 | 1 | 525,000$ |
Paul Miller | Worcester Plainsmen | 66 | 71 | 98 | 84 | 99 | 99 | 51 | USA | 61 | 4 | 1,000,000$ |
Peter DeBoer | Charlotte Goldminers | 80 | 90 | 85 | 71 | 81 | 91 | 49 | CAN | 56 | 1 | 550,000$ |
Phil Bailey | Binghamton Roadrunners | 88 | 71 | 92 | 74 | 88 | 88 | 47 | USA | 45 | 1 | 400,000$ |
Vince Malette | Ottawa Spartans | 83 | 78 | 90 | 77 | 75 | 99 | 45 | CAN | 50 | 3 | 600,000$ |
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
Coaches Name | Team Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Brent Nichols | Virginia Beach Mariners | 70 | 74 | 67 | 68 | 66 | 86 | 54 | USA | 40 | 3 | 275,000$ |
Cameron Renfrew | Pawtucket Reds | 58 | 73 | 93 | 75 | 58 | 68 | 52 | CAN | 43 | 3 | 325,000$ |
Curtis Goyette | Columbia Tigers | 64 | 82 | 82 | 90 | 56 | 76 | 64 | CAN | 46 | 3 | 275,000$ |
Daryl Stiles | Cape Breton Kings | 89 | 75 | 61 | 77 | 62 | 87 | 63 | USA | 48 | 1 | 230,000$ |
Dave Dion | Charlottesville Robins | 99 | 78 | 75 | 79 | 75 | 85 | 50 | USA | 53 | 2 | 315,000$ |
Dave Mouton | Scarborough Royals | 68 | 74 | 74 | 94 | 82 | 72 | 38 | CAN | 52 | 2 | 240,000$ |
David Barnes | Concord Goldminers | 92 | 55 | 86 | 58 | 83 | 93 | 47 | CAN | 49 | 3 | 350,000$ |
Glen Johnston | Niagara Falls Wings | 76 | 80 | 87 | 70 | 70 | 85 | 55 | CAN | 42 | 1 | 270,000$ |
Greg Bignell | Williamsburg Dragons | 70 | 76 | 84 | 82 | 61 | 76 | 64 | CAN | 41 | 3 | 250,000$ |
Greg Purcell | Elmira Roadrunners | 69 | 91 | 75 | 57 | 63 | 78 | 62 | CAN | 43 | 2 | 240,000$ |
Gregg Lambric | Longueuil Voyageurs | 74 | 79 | 94 | 75 | 71 | 91 | 59 | USA | 40 | 1 | 285,000$ |
Jeff Hodgen | Canadaigua Lakers | 91 | 76 | 73 | 79 | 60 | 85 | 60 | USA | 42 | 2 | 240,000$ |
Jeff Resler | Dayton Clippers | 70 | 88 | 77 | 73 | 58 | 78 | 62 | USA | 43 | 3 | 255,000$ |
Joel Gardner | Amherst Winterhawks | 74 | 80 | 65 | 87 | 66 | 76 | 64 | USA | 46 | 3 | 265,000$ |
John Brignola | Bowling Green Red Devils | 86 | 79 | 75 | 84 | 64 | 89 | 56 | USA | 44 | 3 | 300,000$ |
John Kulcowitz | Johnstown Yellow Jackets | 84 | 72 | 89 | 79 | 71 | 99 | 49 | CAN | 51 | 2 | 300,000$ |
Kevin Jackson | Watertown Bulls | 83 | 89 | 72 | 77 | 69 | 99 | 66 | USA | 48 | 2 | 290,000$ |
Kevin Meyer | Lafayette Racers | 71 | 63 | 74 | 81 | 62 | 72 | 58 | USA | 46 | 2 | 275,000$ |
Marty Williamson | Arlington Americans | 82 | 76 | 61 | 79 | 83 | 98 | 52 | CAN | 56 | 2 | 290,000$ |
Mike Dawson | Montpelier Cougars | 86 | 85 | 77 | 81 | 67 | 77 | 53 | USA | 41 | 2 | 275,000$ |
Mike Mullaney | Evanston Thunderbirds | 84 | 74 | 76 | 87 | 84 | 89 | 51 | CAN | 44 | 3 | 275,000$ |
Mike Steigler | Reading Patriots | 73 | 77 | 80 | 68 | 68 | 83 | 57 | USA | 40 | 2 | 240,000$ |
Neil McKeaney | Charlesbourg Cavaliers | 72 | 66 | 89 | 78 | 81 | 81 | 54 | CAN | 44 | 1 | 260,000$ |
Sean Vincent | Troy Indians | 70 | 91 | 76 | 81 | 65 | 85 | 60 | CAN | 41 | 1 | 300,000$ |
Shane Whelan | Lowell Plainsmen | 91 | 74 | 66 | 69 | 59 | 94 | 56 | USA | 41 | 3 | 275,000$ |
Thad Campion | Beverly Eagles | 68 | 79 | 86 | 85 | 60 | 80 | 50 | USA | 40 | 3 | 285,000$ |
Todd Vincent | Napean Spartans | 54 | 59 | 80 | 78 | 66 | 86 | 64 | CAN | 47 | 1 | 300,000$ |
Tom Isen | Harrisburg Rockets | 69 | 63 | 63 | 87 | 95 | 95 | 35 | CAN | 64 | 3 | 350,000$ |
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
Coaches Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|
Allen Roberts | 86 | 59 | 74 | 71 | 51 | 81 | 59 | CAN | 44 | 0 | 185,000$ |
Andy Hinton | 68 | 64 | 65 | 84 | 99 | 89 | 21 | USA | 68 | 2 | 535,000$ |
Bill Colanigione | 93 | 77 | 71 | 97 | 99 | 99 | 52 | USA | 69 | 0 | 600,000$ |
Bob Mulcahy | 86 | 75 | 61 | 77 | 76 | 81 | 49 | CAN | 66 | 0 | 225,000$ |
Brad Said | 73 | 65 | 64 | 57 | 59 | 79 | 51 | USA | 48 | 0 | 165,000$ |
Brad Selwood | 66 | 81 | 94 | 97 | 99 | 93 | 32 | CAN | 70 | 0 | 250,000$ |
Brian Fox | 56 | 73 | 73 | 68 | 85 | 95 | 55 | USA | 57 | 0 | 550,000$ |
Brian Tremblay | 65 | 74 | 93 | 59 | 69 | 79 | 61 | USA | 48 | 1 | 185,000$ |
Craig Boutilier | 81 | 74 | 71 | 74 | 68 | 78 | 47 | CAN | 56 | 2 | 250,000$ |
Dale McArthur | 62 | 66 | 74 | 61 | 72 | 72 | 58 | CAN | 56 | 0 | 200,000$ |
Dave Bruce | 63 | 63 | 78 | 66 | 62 | 77 | 68 | CAN | 46 | 1 | 225,000$ |
Dave Cameron | 67 | 71 | 63 | 59 | 75 | 75 | 50 | CAN | 62 | 0 | 275,000$ |
Dave MacQueen | 64 | 70 | 60 | 70 | 57 | 77 | 58 | CAN | 45 | 0 | 90,000$ |
David Egan | 71 | 71 | 56 | 78 | 84 | 94 | 46 | CAN | 60 | 0 | 250,000$ |
Don Creasman | 71 | 57 | 68 | 58 | 68 | 88 | 52 | USA | 55 | 2 | 400,000$ |
Jason Miller | 65 | 75 | 88 | 72 | 61 | 91 | 59 | USA | 39 | 2 | 270,000$ |
Jerry Feeley | 87 | 77 | 80 | 85 | 89 | 89 | 41 | USA | 63 | 0 | 550,000$ |
John Keegan | 68 | 79 | 76 | 81 | 61 | 71 | 59 | USA | 50 | 1 | 500,000$ |
Ken Daghlian | 86 | 80 | 73 | 99 | 99 | 91 | 29 | CAN | 71 | 0 | 250,000$ |
Ray Blowers | 92 | 79 | 72 | 44 | 58 | 93 | 57 | USA | 49 | 0 | 250,000$ |
Scott Streicher | 93 | 81 | 61 | 58 | 93 | 83 | 37 | USA | 60 | 0 | 275,000$ |
Stan Butler | 73 | 84 | 69 | 78 | 70 | 95 | 55 | CAN | 44 | 1 | 450,000$ |
Stephen Krause | 80 | 68 | 78 | 64 | 67 | 87 | 68 | USA | 47 | 0 | 300,000$ |
Thomas Palumbo | 99 | 92 | 73 | 83 | 99 | 99 | 35 | USA | 66 | 1 | 500,000$ |
Tom Cooney | 86 | 65 | 73 | 87 | 99 | 80 | 45 | CAN | 65 | 2 | 450,000$ |
Willard Stephens | 89 | 82 | 75 | 76 | 99 | 94 | 56 | USA | 74 | 0 | 300,000$ |