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
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
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
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
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
Derek Ryan, T.J. Oshie, Alex Killorn, Gustav Nyquist, Josh Bailey
Gardien
#1 : Christopher Gibson, #2 : Sergei Bobrovsky
Lignes d'Attaque Perso. en Prol.
T.J. Oshie, Brandon Pirri, Alex Killorn, Gustav Nyquist, Josh Bailey, Derek Stepan, Derek Stepan, Derick Brassard, Brad Richardson, Derek Ryan, Michael Grabner
Lignes de Défense Perso. en Prol.
Jeff Petry, TJ Brodie, Keith Yandle, Matt Benning, Mark Borowiecki
Astuces sur les Filtres (Anglais seulement)
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
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
Capacité de l'Aréna - Tendance du Prix des Billets - %
Niveau 1
Niveau 2
Niveau 3
Niveau 4
Luxe
Capacité de l'Aréna
6000
5000
2000
4000
1000
Prix des Billets
100
60
35
25
200
Assistance
134,584
114,316
45,311
89,145
22,620
Attendance PCT
93.46%
95.26%
94.40%
92.86%
94.25%
Revenus
Matchs à domicile Restants
Assistance Moyenne - %
Revenus Moyen par Match
Revenus Annuels à ce Jour
Capacité de l'Aréna
Popularité de l'Équipe
17
16916 - 93.98%
608,937$
14,614,495$
18000
100
Dépenses
Dépenses Annuelles à Ce Jour
Salaire Total des Joueurs
Salaire Total Moyen des Joueurs
Salaire des Coachs
Valeur du Cap Salarial Spécial
45,156,318$
81,475,000$
55,700,000$
0$
0$
Cap Salarial Par Jour
Cap salarial à ce jour
Taxe de Luxe Totale
Joueurs Inclut dans la Cap Salariale
Joueurs Exclut dans la Cap Salariale
81,475,000$
44,876,107$
0$
22
0
Éstimation
Revenus de la Saison Éstimés
Jours Restants de la Saison
Dépenses Par Jour
Dépenses de la Saison Éstimées
10,351,934$
80
450,412$
36,032,960$
Total de l'Équipe Éstimé
Dépenses de la Saison Éstimées
Compte Bancaire Actuel
Compte Bancaire Projeté
36,655,680$
20,165,439$
-6,138,307$
Cap Salarial de la Saison Éstimé
Cap Salarial Disponible
Cap Salarial Maximum
Au dessus du Plafond Salarial Minimum
81,475,000$
25,000$
81,500,000$
21,275,000$
Charte de Profondeur
Ailier Gauche
Centre
Ailier Droit
Brandon Saad
AGE:26
PO:0
OV:71
Gustav Nyquist
AGE:30
PO:0
OV:71
Alex Killorn
AGE:30
PO:0
OV:71
Josh Bailey
AGE:30
PO:0
OV:70
Michael Raffl
AGE:30
PO:0
OV:66
Nate Thompson
AGE:35
PO:0
OV:66
Klim Kostin
AGE:20
PO:0
OV:65
Brandon Pirri
AGE:28
PO:0
OV:64
Jordan Nolan
AGE:30
PO:0
OV:63
Matthew Strome
AGE:20
PO:0
OV:60
Rem Pitlick
AGE:22
PO:0
OV:60
Daniel Walcott
AGE:25
PO:0
OV:59
T.J. Oshie
AGE:32
PO:0
OV:73
Gustav Nyquist
AGE:30
PO:0
OV:71
Alex Killorn
AGE:30
PO:0
OV:71
Josh Bailey
AGE:30
PO:0
OV:70
Derek Stepan
AGE:29
PO:0
OV:69
Brad Richardson
AGE:34
PO:0
OV:68
Derick Brassard
AGE:32
PO:0
OV:68
Derek Ryan
AGE:32
PO:0
OV:68
Nate Thompson
AGE:35
PO:0
OV:66
Klim Kostin
AGE:20
PO:0
OV:65
Brandon Pirri
AGE:28
PO:0
OV:64
Ben Street
AGE:32
PO:0
OV:63
Nathan Gerbe
AGE:32
PO:0
OV:62
Justin Kloos
AGE:25
PO:0
OV:61
T.J. Oshie
AGE:32
PO:0
OV:73
Brandon Saad
AGE:26
PO:0
OV:71
Gustav Nyquist
AGE:30
PO:0
OV:71
Alex Killorn
AGE:30
PO:0
OV:71
Josh Bailey
AGE:30
PO:0
OV:70
Derick Brassard
AGE:32
PO:0
OV:68
Derek Ryan
AGE:32
PO:0
OV:68
Michael Grabner
AGE:32
PO:0
OV:68
Michael Raffl
AGE:30
PO:0
OV:66
Klim Kostin
AGE:20
PO:0
OV:65
Brandon Pirri
AGE:28
PO:0
OV:64
Chris Conner
AGE:35
PO:0
OV:62
J.T. Brown
AGE:29
PO:0
OV:62
Miikka Salomaki
AGE:26
PO:0
OV:62
Vinni Lettieri
AGE:24
PO:0
OV:62
Andrew Poturalski
AGE:25
PO:0
OV:61
Branden Troock
AGE:25
PO:0
OV:61
Ryan Haggerty
AGE:26
PO:0
OV:61
Défense #1
Défense #2
Gardien
Jeff Petry
AGE:31
PO:0
OV:73
Keith Yandle
AGE:33
PO:0
OV:70
TJ Brodie
AGE:29
PO:0
OV:70
Mark Borowiecki
AGE:30
PO:0
OV:68
Niklas Hjalmarsson
AGE:32
PO:0
OV:66
Matt Benning
AGE:25
PO:0
OV:64
Dylan McIlrath
AGE:27
PO:0
OV:63
Martin Marincin
AGE:27
PO:0
OV:63
Steven Kampfer
AGE:31
PO:0
OV:62
David Warsofsky
AGE:29
PO:0
OV:61
Sergei Bobrovsky
AGE:31
PO:0
OV:77
Christopher Gibson
AGE:26
PO:0
OV:66
Evan Cormier
AGE:21
PO:0
OV:59
Éspoirs
Astuces sur les Filtres (Anglais seulement)
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
[2020-09-17 9:26:10 PM] - TRADE : From Kings to Devils : Mark Borowiecki (68), Y:10-RND:5-CHI. [2020-09-17 9:26:10 PM] - TRADE : From Devils to Kings : Marco Scandella (67), Y:11-RND:6-NJD. [2020-08-31 6:55:02 PM] - Devils hired Ralph Krueger for $500,000 for 5 year(s). [2020-08-03 3:32:21 PM] - Devils fired Todd McLellan. [2020-06-04 6:48:53 PM] - TRADE : From Devils to Flames : Rickard Rakell (72). [2020-06-04 6:48:53 PM] - TRADE : From Flames to Devils : Alex Killorn (71), Brandon Saad (71), Gustav Nyquist (71). [2020-05-30 7:52:44 PM] - Branden Troock was added to Devils. [2020-05-30 7:52:43 PM] - Daniel Walcott was added to Devils. [2020-05-30 7:52:43 PM] - Rem Pitlick was added to Devils. [2020-05-30 7:52:43 PM] - Matthew Strome was added to Devils. [2020-04-20 9:40:32 PM] - Devils was eliminated at round 1 of year 8.
[2021-01-11 8:12:25 PM] Last 7 Days Pro Star : 1 - Sam Reinhart of Bruins (3-3-6) / 2 - Vladimir Tarasenko of Canadiens (4-3-7) / 3 - Jeff Petry of Devils (2-4-6) [2021-01-07 9:14:30 PM] Brandon Saad from Devils is back from Right Knee Injury. [2021-01-07 9:14:30 PM] Brad Richardson from Devils is back from Sprained Right Knee Injury. [2021-01-07 9:14:29 PM] Game 687 - Brad Richardson from Devils is injured (Sprained Right Knee) and is out for 4 days.
[2021-01-04 9:34:27 PM] Last 7 Days Farm Star : 1 - Stefan Matteau of Heat (8-3-11) / 2 - Jonny Brodzinski of Heat (6-6-12) / 3 - Ben Street of Devils (5-5-10)
[2021-01-03 11:31:51 PM] Last 30 Days Farm Star : 1 - Ben Street of Devils (20-16-36) / 2 - Matt Puempel of Senators (14-16-30) / 3 - Christoffer Ehn of Phantoms (15-8-23)
[2021-01-01 11:20:30 PM] Auto Lines Partial Function has been run for Devils.
[2021-01-01 11:20:30 PM] Auto Roster Partial Function has been run for Devils.
[2020-12-29 8:00:19 PM] Ben Street from Devils has scored a Hat Trick! [2020-12-29 8:00:19 PM] Game 627 - Brandon Saad from Devils is injured (Right Knee) and is out for 1 week.
[2020-12-20 9:33:10 PM] Last 7 Days Farm Star : 1 - Miikka Salomaki of Devils (6-2-8) / 2 - Cale Fleury of Monsters (4-5-9) / 3 - Rhett Gardner of Sound Tigers (5-3-8)
[2020-12-17 9:54:16 PM] Miikka Salomaki from Devils has scored a Hat Trick!
[2020-12-17 9:54:16 PM] Nathan Gerbe from Devils has scored a Hat Trick!
[2020-12-13 10:14:25 PM] Last 7 Days Farm Star : 1 - Ben Street of Devils (11-2-13) / 2 - Kyle Rau of Senators (9-1-10) / 3 - Christian Fischer of Phantoms (6-2-8)
[2020-12-13 1:40:12 AM] Ben Street from Devils has scored a Hat Trick!
[2020-12-10 9:38:42 PM] Ben Street from Devils has scored a Hat Trick!
[2020-12-07 9:05:30 PM] Ben Street from Devils has scored a Hat Trick!