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 |
Nom du Coach | Nom de l'Équipe | PH | DF | OF | PD | EX | LD | PO | CNT | Âge | Contrat | Salaire |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Alain Vigneault | PHILADELPHIA Flyers | 80 | 80 | 81 | 81 | 91 | 91 | 52 | CAN | 60 | 2 | 1,200,000$ |
Barry Trotz | TORONTO Maple Leafs | 86 | 86 | 79 | 79 | 91 | 91 | 54 | CAN | 59 | 3 | 1,400,000$ |
Bill Peters | ARIZONA Coyotes | 75 | 79 | 80 | 81 | 84 | 84 | 60 | CAN | 56 | 2 | 1,200,000$ |
Bob Hartley | CAROLINA Huricanes | 70 | 70 | 70 | 70 | 83 | 83 | 50 | CAN | 61 | 3 | 400,000$ |
Bruce Cassidy | WASHINGTON Capitals | 82 | 90 | 84 | 75 | 81 | 81 | 60 | CAN | 56 | 9 | 1,200,000$ |
Claude Julien | ANAHEIM Ducks | 89 | 78 | 77 | 79 | 92 | 92 | 50 | CAN | 61 | 1 | 1,100,000$ |
Craig Berube | DETROIT Red Wings | 74 | 82 | 75 | 81 | 81 | 81 | 60 | CAN | 56 | 1 | 500,000$ |
DJ Smith (R) | OTTAWA Senators | 78 | 72 | 72 | 72 | 70 | 70 | 84 | CAN | 44 | 3 | 500,000$ |
Dan Bylsma | LOS ANGELES Kings | 72 | 72 | 72 | 72 | 81 | 81 | 70 | USA | 51 | 3 | 400,000$ |
Dave Tippett | VEGAS Golden Knights | 80 | 76 | 77 | 76 | 88 | 88 | 52 | CAN | 60 | 1 | 700,000$ |
Guy Boucher | BOSTON Bruins | 76 | 72 | 72 | 73 | 81 | 81 | 72 | CAN | 50 | 2 | 400,000$ |
Jared Bednar | COLORADO Avalanche | 76 | 81 | 85 | 76 | 77 | 77 | 76 | CAN | 48 | 1 | 800,000$ |
Jim Montgomery | MINNESOTA Wild | 73 | 84 | 72 | 78 | 74 | 74 | 68 | CAN | 52 | 2 | 400,000$ |
Joel Quenneville | CHICAGO Blackhawks | 75 | 76 | 84 | 85 | 93 | 93 | 46 | CAN | 63 | 1 | 1,100,000$ |
John Tortorella | NEW JERSEY Devils | 76 | 86 | 78 | 90 | 91 | 91 | 46 | USA | 63 | 1 | 1,300,000$ |
Jon Cooper | TAMPA BAY Lightning | 84 | 84 | 91 | 75 | 86 | 86 | 64 | CAN | 54 | 2 | 1,400,000$ |
Ken Hitchcock | ST-LOUIS Blues | 77 | 73 | 73 | 71 | 92 | 92 | 32 | CAN | 70 | 2 | 500,000$ |
Mike Babcock | EDMONTON Oilers | 77 | 77 | 86 | 87 | 90 | 90 | 56 | CAN | 58 | 9 | 1,300,000$ |
Mike Sullivan | NEW YORK Islanders | 90 | 79 | 87 | 81 | 81 | 81 | 66 | USA | 53 | 9 | 1,300,000$ |
Patrick Roy | WINNIPEG Jets | 66 | 66 | 66 | 66 | 79 | 79 | 60 | CAN | 56 | 2 | 300,000$ |
Paul Maurice | CALGARY Flames | 79 | 82 | 83 | 79 | 87 | 87 | 64 | CAN | 54 | 9 | 1,200,000$ |
Peter DeBoer | PITTSBURGH Penguins | 81 | 80 | 83 | 81 | 88 | 88 | 66 | CAN | 53 | 9 | 1,300,000$ |
Peter Laviolette | NASHVILLE Predators | 75 | 83 | 83 | 76 | 90 | 90 | 58 | USA | 57 | 5 | 1,100,000$ |
Rod Brin D'Amour | MONTREAL Canadiens | 77 | 79 | 77 | 77 | 76 | 76 | 70 | CAN | 51 | 1 | 600,000$ |
Todd Reirden | VANCOUVER Canucks | 80 | 75 | 84 | 74 | 76 | 76 | 74 | USA | 49 | 9 | 900,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 |
Nom du Coach | Nom de l'Équipe | PH | DF | OF | PD | EX | LD | PO | CNT | Âge | Contrat | Salaire |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Adam Oates | CAROLINA Checkers | 62 | 62 | 62 | 62 | 76 | 76 | 54 | CAN | 59 | 2 | 300,000$ |
Benoit Groulx | IOWA Wild | 68 | 68 | 68 | 68 | 73 | 73 | 64 | CAN | 54 | 2 | 300,000$ |
Bob Boughner | BRIDGEPORT Sound Tigers | 80 | 75 | 78 | 75 | 76 | 76 | 72 | CAN | 50 | 9 | 500,000$ |
Brad Larsen | MANITOBA Moose | 70 | 70 | 70 | 70 | 70 | 70 | 84 | CAN | 44 | 2 | 300,000$ |
Dale Hunter | SYRACUSE Crunch | 65 | 65 | 65 | 65 | 76 | 76 | 50 | CAN | 61 | 2 | 300,000$ |
Dallas Eakins | PROVIDENCE Bruins | 74 | 71 | 71 | 71 | 79 | 79 | 66 | USA | 53 | 1 | 300,000$ |
Darryl Sutter | TORONTO Marlies | 71 | 71 | 70 | 70 | 86 | 86 | 46 | CAN | 63 | 3 | 300,000$ |
Dave Cameron | SAN DIEGO Gulls | 67 | 67 | 67 | 67 | 80 | 80 | 48 | CAN | 62 | 3 | 400,000$ |
Dave Hakstol | SCRANTON Penguins | 75 | 74 | 75 | 74 | 78 | 78 | 66 | CAN | 53 | 9 | 900,000$ |
Davis Payne | MILWAUKEE Admirals | 70 | 70 | 70 | 70 | 75 | 75 | 70 | CAN | 51 | 2 | 300,000$ |
Doug Weight | ONTARIO Reign | 74 | 71 | 74 | 74 | 76 | 76 | 70 | USA | 51 | 2 | 400,000$ |
Gerard Gallant | LEHIGH VALLEY Phantoms | 86 | 81 | 80 | 84 | 85 | 85 | 56 | CAN | 58 | 3 | 1,300,000$ |
Glen Gulutzan | ROCKFORD IceHogs | 72 | 72 | 72 | 72 | 78 | 78 | 74 | CAN | 49 | 3 | 500,000$ |
Jack Capuano | BINGHAMTON Devils | 72 | 71 | 71 | 71 | 85 | 85 | 64 | USA | 54 | 3 | 300,000$ |
Jeff Blashill | COLORADO Eagles | 78 | 75 | 75 | 79 | 79 | 79 | 76 | USA | 48 | 2 | 800,000$ |
Jeff Daniels | HERSEY Bears | 69 | 69 | 69 | 69 | 73 | 73 | 66 | CAN | 53 | 2 | 300,000$ |
Pavel Bure | BROOKLYN Wolfpack | 62 | 62 | 62 | 62 | 66 | 66 | 72 | RUS | 50 | 2 | 300,000$ |
Ralph Krueger | ST-ANTONIO Rampage | 69 | 69 | 69 | 74 | 79 | 79 | 48 | CAN | 62 | 2 | 400,000$ |
Rick Bowness (R) | BELLEVILLE Senators | 74 | 78 | 72 | 73 | 81 | 81 | 40 | CAN | 66 | 3 | 500,000$ |
Ross Yates | CHICAGO Wolves | 62 | 62 | 62 | 62 | 75 | 75 | 48 | CAN | 62 | 2 | 300,000$ |
Scott Arniel | UTICA Comets | 70 | 70 | 70 | 70 | 78 | 78 | 54 | CAN | 59 | 1 | 300,000$ |
Sheldon Keefe | BAKERSFIELD Condors | 72 | 72 | 78 | 78 | 69 | 69 | 90 | CAN | 41 | 2 | 600,000$ |
Steve Yzerman | GRAND RAPIDS Griffins | 62 | 62 | 62 | 62 | 69 | 69 | 60 | CAN | 56 | 2 | 300,000$ |
Sylvain Lefebvre | TUSCON Roadrunners | 67 | 67 | 67 | 67 | 75 | 75 | 64 | CAN | 54 | 1 | 300,000$ |
Travis Green | LAVAL Rocket | 76 | 75 | 78 | 75 | 77 | 77 | 70 | CAN | 51 | 9 | 400,000$ |
Willie Desjardins | STOCKTON Flames | 73 | 71 | 71 | 74 | 84 | 84 | 44 | CAN | 64 | 2 | 400,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 |
Nom du Coach | PH | DF | OF | PD | EX | LD | PO | CNT | Âge | Contrat | Salaire |
---|---|---|---|---|---|---|---|---|---|---|---|
Alain Nasredine (R) | 72 | 72 | 72 | 72 | 71 | 71 | 80 | CAN | 46 | 3 | 400,000$ |
Brad Shaw | 70 | 70 | 70 | 70 | 76 | 76 | 60 | CAN | 56 | 0 | 300,000$ |
Brent Thompson | 68 | 68 | 68 | 68 | 73 | 73 | 72 | CAN | 50 | 1 | 100,000$ |
Bruce Boudreau | 75 | 80 | 79 | 80 | 94 | 94 | 40 | CAN | 66 | 3 | 900,000$ |
Chadd Cassidy | 65 | 65 | 65 | 65 | 70 | 70 | 76 | USA | 48 | 2 | 300,000$ |
Clément Jodoin | 67 | 67 | 67 | 67 | 81 | 81 | 34 | CAN | 69 | 0 | 100,000$ |
Craig Hartsburg | 65 | 65 | 65 | 65 | 77 | 77 | 48 | CAN | 62 | 3 | 300,000$ |
Curt Fraser | 70 | 70 | 70 | 70 | 79 | 79 | 46 | USA | 63 | 2 | 300,000$ |
David Quinn (R) | 74 | 72 | 77 | 72 | 75 | 75 | 62 | USA | 55 | 3 | 500,000$ |
Dean Chynoweth | 69 | 69 | 69 | 69 | 74 | 74 | 66 | CAN | 53 | 1 | 100,000$ |
Dean Evason | 71 | 72 | 74 | 73 | 78 | 78 | 58 | CAN | 57 | 0 | 100,000$ |
Dominique Ducharme | 69 | 69 | 69 | 69 | 70 | 70 | 76 | CAN | 48 | 0 | 300,000$ |
Eric Veilleux | 66 | 66 | 66 | 66 | 70 | 70 | 74 | CAN | 49 | 2 | 300,000$ |
Geoff Ward (R) | 72 | 73 | 72 | 72 | 78 | 78 | 54 | CAN | 59 | 3 | 400,000$ |
Jacques Martin | 70 | 70 | 70 | 70 | 84 | 84 | 34 | CAN | 69 | 2 | 300,000$ |
Jeremy Colliton | 74 | 74 | 77 | 79 | 69 | 69 | 99 | CAN | 36 | 2 | 500,000$ |
Jim Playfair | 68 | 68 | 68 | 68 | 75 | 75 | 60 | CAN | 56 | 2 | 300,000$ |
Joe Sacco | 70 | 70 | 70 | 70 | 78 | 78 | 68 | USA | 52 | 2 | 300,000$ |
John Anderson | 68 | 68 | 68 | 68 | 78 | 78 | 46 | CAN | 63 | 0 | 100,000$ |
John Torchetti | 67 | 67 | 67 | 67 | 77 | 77 | 58 | USA | 57 | 1 | 400,000$ |
Keith McCambridge | 67 | 67 | 67 | 67 | 71 | 71 | 78 | CAN | 47 | 1 | 100,000$ |
Ken Gernander | 65 | 65 | 65 | 65 | 73 | 73 | 68 | USA | 52 | 1 | 100,000$ |
Kevin Dineen | 69 | 69 | 69 | 69 | 81 | 81 | 56 | CAN | 58 | 3 | 300,000$ |
Kirk Muller | 70 | 70 | 70 | 70 | 80 | 80 | 62 | CAN | 55 | 0 | 300,000$ |
Lane Lambert | 70 | 70 | 70 | 70 | 76 | 76 | 60 | CAN | 56 | 1 | 300,000$ |
Lindy Ruff | 71 | 71 | 71 | 71 | 88 | 88 | 50 | CAN | 61 | 3 | 400,000$ |
Luke Richardson | 70 | 70 | 70 | 70 | 74 | 74 | 68 | CAN | 52 | 1 | 100,000$ |
Mark Morris | 65 | 65 | 65 | 65 | 78 | 78 | 46 | USA | 63 | 1 | 100,000$ |
Michel Therrien | 73 | 74 | 74 | 73 | 82 | 82 | 56 | CAN | 58 | 1 | 700,000$ |
Mike Johnston | 65 | 65 | 65 | 65 | 77 | 77 | 46 | CAN | 63 | 1 | 100,000$ |
Mike Kitchen | 68 | 68 | 68 | 68 | 79 | 79 | 42 | CAN | 65 | 1 | 100,000$ |
Mike Yeo | 75 | 78 | 74 | 80 | 83 | 83 | 78 | CAN | 47 | 0 | 1,300,000$ |
Pascal Vincent | 68 | 68 | 68 | 68 | 73 | 73 | 72 | CAN | 50 | 3 | 300,000$ |
Paul Maclean | 66 | 66 | 66 | 66 | 84 | 84 | 46 | FRA | 63 | 2 | 300,000$ |
Phil Housley | 73 | 73 | 73 | 78 | 78 | 78 | 58 | USA | 57 | 1 | 500,000$ |
Randy Carlyle | 76 | 76 | 72 | 71 | 90 | 90 | 42 | CAN | 65 | 3 | 500,000$ |
Ray Edwards | 65 | 65 | 65 | 65 | 73 | 73 | 70 | CAN | 51 | 1 | 100,000$ |
Rick Kowalsky | 69 | 69 | 69 | 69 | 73 | 73 | 74 | CAN | 49 | 1 | 100,000$ |
Rick Tocchet | 80 | 84 | 75 | 88 | 83 | 83 | 58 | CAN | 57 | 1 | 600,000$ |
Rob Zettler | 68 | 68 | 68 | 68 | 74 | 74 | 66 | CAN | 53 | 1 | 100,000$ |
Ron Rolston | 65 | 65 | 65 | 65 | 75 | 75 | 62 | USA | 55 | 1 | 100,000$ |
Roy Sommer | 68 | 68 | 68 | 68 | 79 | 79 | 46 | USA | 63 | 3 | 300,000$ |
Scott Gordon | 70 | 70 | 71 | 70 | 79 | 79 | 56 | USA | 58 | 1 | 100,000$ |
Steeven | 62 | 62 | 62 | 62 | 61 | 61 | 96 | CAN | 38 | 3 | 300,000$ |
Steve Spott | 70 | 70 | 70 | 70 | 74 | 74 | 66 | CAN | 53 | 1 | 300,000$ |
Ted Dent | 65 | 65 | 65 | 65 | 73 | 73 | 68 | CAN | 52 | 1 | 100,000$ |
Ted Nolan | 62 | 62 | 62 | 62 | 76 | 76 | 46 | CAN | 63 | 3 | 300,000$ |
Terry Murray | 66 | 66 | 66 | 66 | 82 | 82 | 32 | CAN | 70 | 3 | 300,000$ |
Todd McLellan | 83 | 78 | 77 | 81 | 89 | 89 | 64 | CAN | 54 | 0 | 1,100,000$ |
Todd Nelson | 69 | 69 | 69 | 69 | 74 | 74 | 68 | CAN | 52 | 1 | 100,000$ |
Tom Rowe | 68 | 68 | 68 | 68 | 80 | 80 | 42 | USA | 65 | 1 | 400,000$ |
Tony Granato | 65 | 65 | 65 | 65 | 75 | 75 | 58 | USA | 57 | 1 | 100,000$ |
Trent Yawney | 70 | 70 | 70 | 70 | 76 | 76 | 60 | CAN | 56 | 1 | 300,000$ |
mig | 62 | 62 | 62 | 62 | 61 | 61 | 96 | CAN | 38 | 3 | 300,000$ |