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
Artem Anisimov, Nick Schmaltz, Sven Baertschi, Cal Clutterbuck, Brendan Smith
Gardien
#1 : Jordan Binnington, #2 : David Rittich
Lignes d'Attaque Perso. en Prol.
Artem Anisimov, Nick Schmaltz, Sven Baertschi, Cal Clutterbuck, Brendan Smith, Milan Lucic, Milan Lucic, Sam Bennett, David Backes, Joel Farabee, Cal O'Reilly
Lignes de Défense Perso. en Prol.
John Marino, Quinn Hughes, Erik Gustafsson, Jake Gardiner, Brendan Smith
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
0
0
0
0
0
Attendance PCT
0.00%
0.00%
0.00%
0.00%
0.00%
Revenus
Matchs à domicile Restants
Assistance Moyenne - %
Revenus Moyen par Match
Revenus Annuels à ce Jour
Capacité de l'Aréna
Popularité de l'Équipe
34
0 - 0.00%
0$
0$
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
0$
66,260,833$
66,260,833$
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
0$
0$
0$
0
0
Éstimation
Revenus de la Saison Éstimés
Jours Restants de la Saison
Dépenses Par Jour
Dépenses de la Saison Éstimées
0$
115
501,976$
57,727,240$
Total de l'Équipe Éstimé
Dépenses de la Saison Éstimées
Compte Bancaire Actuel
Compte Bancaire Projeté
59,670,467$
10,000,000$
-49,670,467$
Charte de Profondeur
Ailier Gauche
Centre
Ailier Droit
Artem Anisimov
AGE:32
PO:73
OV:69
Sven Baertschi
AGE:28
PO:68
OV:67
Milan Lucic
AGE:32
PO:67
OV:67
Brendan Smith
AGE:31
PO:60
OV:67
Sam Bennett
AGE:24
PO:68
OV:65
Joel Farabee
AGE:20
PO:69
OV:64
Ryan Lomberg
AGE:26
PO:68
OV:62
Nikolai Prokhorkin
AGE:27
PO:65
OV:62
Kristian Vesalainen
AGE:21
PO:64
OV:61
Justin Kirkland
AGE:24
PO:58
OV:59
Mikael Backlund
AGE:31
PO:76
OV:72
Artem Anisimov
AGE:32
PO:73
OV:69
Nick Schmaltz
AGE:24
PO:71
OV:68
Sam Bennett
AGE:24
PO:68
OV:65
Dillon Dube
AGE:22
PO:68
OV:64
David Backes
AGE:36
PO:63
OV:64
Mikhail Grigorenko
AGE:26
PO:75
OV:63
Glenn Gawdin
AGE:23
PO:65
OV:63
Ryan Lomberg
AGE:26
PO:68
OV:62
Nikolai Prokhorkin
AGE:27
PO:65
OV:62
Cal O'Reilly
AGE:34
PO:62
OV:62
Matthew Phillips
AGE:22
PO:65
OV:60
*Adam Ruzicka
AGE:21
PO:62
OV:60
*Luke Philp
AGE:25
PO:63
OV:59
Martin Kaut
AGE:21
PO:59
OV:59
Cal Clutterbuck
AGE:33
PO:68
OV:67
Sam Bennett
AGE:24
PO:68
OV:65
David Backes
AGE:36
PO:63
OV:64
Glenn Gawdin
AGE:23
PO:65
OV:63
Kristian Vesalainen
AGE:21
PO:64
OV:61
*Adam Ruzicka
AGE:21
PO:62
OV:60
*Eetu Tuulola
AGE:22
PO:62
OV:60
Keegan Kolesar
AGE:23
PO:59
OV:60
Julien Gauthier
AGE:23
PO:61
OV:59
Justin Kirkland
AGE:24
PO:58
OV:59
*Martin Pospisil
AGE:21
PO:53
OV:54
Défense #1
Défense #2
Gardien
John Marino
AGE:23
PO:67
OV:69
Quinn Hughes
AGE:21
PO:69
OV:68
Erik Gustafsson
AGE:28
PO:66
OV:68
Jake Gardiner
AGE:30
PO:62
OV:67
Brendan Smith
AGE:31
PO:60
OV:67
Nicolas Hague
AGE:22
PO:61
OV:64
Cameron Gaunce
AGE:30
PO:57
OV:63
Sami Niku
AGE:24
PO:61
OV:62
Oliver Kylington
AGE:23
PO:58
OV:62
Joey LaLeggia
AGE:28
PO:58
OV:60
*Alexander Yelesin
AGE:24
PO:57
OV:59
Reece Willcox
AGE:26
PO:53
OV:58
Colby Williams
AGE:25
PO:50
OV:55
Jordan Binnington
AGE:27
PO:80
OV:74
David Rittich
AGE:28
PO:74
OV:72
Devan Dubnyk
AGE:34
PO:60
OV:64
*Artyom Zagidulin
AGE:26
PO:53
OV:54
Brad Thiessen
AGE:34
PO:48
OV:50
É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
Éspoir
Nom de l'Équipe
Année de Repêchage
Choix Total
Information
Lien
Choix au Repêchage
Année
R1
R2
R3
R4
R5
3
CGY
CGY
CGY
CGY
CGY
4
CGY
CGY
CGY
CGY
CGY
5
CGY
CGY
CGY
CGY
CGY
6
CGY
CGY
CGY
CGY
CGY
7
CGY
CGY
CGY
CGY
CGY
La base de donnée des nouvelles n'a pas été trouvée. Veuillez en créer une du STHS.
[2021-01-18 22:46:49] - New Record for Team's Most Shots Blocked (19) in 1 Game for Flames de Calgary! [2021-01-16 23:00:35] - New Record for Team's Most Shots (47) in 1 Game for Flames de Calgary! [2021-01-14 22:49:23] - New Record for Team's Most Shots (40) in 1 Game for Flames de Calgary! [2021-01-05 19:25:43] - TRADE : From Kings de Los Angeles to Flames de Calgary : Nikolai Prokhorkin (62). [2021-01-05 19:25:24] - Keegan Kolesar was added to Flames de Calgary. [2021-01-05 19:25:00] - Cal O'Reilly was added to Flames de Calgary. [2021-01-05 16:43:10] - Cameron Gaunce was added to Flames de Calgary. [2021-01-05 16:43:04] - Brad Thiessen was added to Flames de Calgary. [2021-01-05 16:43:00] - Joey LaLeggia was added to Flames de Calgary. [2021-01-05 16:39:37] - Reece Willcox was added to Flames de Calgary. [2021-01-05 16:34:31] - TRADE : From Capitals de Washington to Flames de Calgary : Colby Williams (55). [2021-01-05 15:24:48] - TRADE : From Flames de Calgary to Islanders de New York : Rinat Valiev (59). [2021-01-04 22:17:39] - Andrew Nielsen was released. [2021-01-04 22:17:39] - Flames de Calgary paid 0 $ to release Andrew Nielsen. [2021-01-04 20:35:19] - Mark Jankowski was released. [2021-01-04 20:35:19] - Flames de Calgary paid 0 $ to release Mark Jankowski. [2021-01-04 16:03:16] - Michael Stone was released. [2021-01-04 16:03:16] - Flames de Calgary paid 0 $ to release Michael Stone. [2021-01-04 15:18:53] - Zac Rinaldo was released. [2021-01-04 15:18:53] - Flames de Calgary paid 0 $ to release Zac Rinaldo. [2020-11-13 19:42:01] - TRADE : From Flames de Calgary to Sabres de Buffalo : Byron Froese (66). [2020-10-30 02:30:58] - TRADE : From Oilers d'Edmonton to Flames de Calgary : Nick Schmaltz (69). [2020-08-16 12:08:08] - TRADE : From Flames de Calgary to Sénateurs d'Ottawa : Derek Forbort (69). [2020-08-11 22:53:14] - TRADE : From Flames de Calgary to Sabres de Buffalo : Tobias Rieder (65). [2020-08-11 22:52:54] - TRADE : From Flames de Calgary to Lightning de Tampa Bay : Cam Talbot (74).
[2021-01-19 00:16:21] Mikael Backlund from Flames de Calgary is back from Exhaustion.
[2021-01-19 00:16:21] Both Flames de Calgary and Heat de Stockton lines for next game are empty. Current rosters/lines are not erased.
[2021-01-19 00:16:19] Glenn Gawdin from Heat de Stockton has scored a Hat Trick!
[2021-01-19 00:16:14] Auto Lines Function has been run for Flames de Calgary.
[2021-01-19 00:16:14] Auto Roster Partial Function has been run for Flames de Calgary.
[2021-01-19 00:15:02] Flames de Calgary roster errors : Not enough Players available in Pro Team! 17 Dressed. 18 Required.
Some errors will be automatically fixed.
[2021-01-19 00:14:54] Auto Roster Function has been run for Flames de Calgary.
[2021-01-19 00:14:54] Auto Roster Partial Function has been run for Flames de Calgary.
[2021-01-18 22:46:50] Devan Dubnyk from Heat de Stockton is back from Exhaustion.
[2021-01-18 22:46:50] Flames de Calgary lines for next game are empty. Current rosters/lines are not erased.
[2021-01-18 22:46:49] New Record for Team's Most Shots Blocked (19) in 1 Game for Flames de Calgary!
[2021-01-18 22:46:49] Mikael Backlund from Flames de Calgary is injured from Exhaustion.
[2021-01-18 22:46:41] Auto Lines Function has been run for Flames de Calgary.
[2021-01-18 22:46:41] Auto Roster Partial Function has been run for Flames de Calgary.
[2021-01-17 23:19:38] Mikael Backlund from Flames de Calgary is back from Exhaustion.
[2021-01-17 23:19:38] Heat de Stockton lines for next game are empty. Current rosters/lines are not erased.
[2021-01-17 23:19:35] Devan Dubnyk from Heat de Stockton injured (Exhaustion)
[2021-01-17 23:19:35] Matthew Phillips from Heat de Stockton has scored a Hat Trick!
[2021-01-16 23:00:36] Both Flames de Calgary and Heat de Stockton lines for next game are empty. Current rosters/lines are not erased.
[2021-01-16 23:00:35] New Record for Team's Most Shots (47) in 1 Game for Flames de Calgary!
[2021-01-16 23:00:35] Mikael Backlund from Flames de Calgary is injured from Exhaustion.
[2021-01-16 23:00:35] Mikhail Grigorenko from Heat de Stockton has scored a Hat Trick!
[2021-01-16 23:00:29] Auto Lines Function has been run for Flames de Calgary.
[2021-01-16 23:00:29] Auto Roster Partial Function has been run for Flames de Calgary.
[2021-01-15 23:08:37] Mikael Backlund from Flames de Calgary is back from Exhaustion.
[2021-01-14 22:49:26] Both Flames de Calgary and Heat de Stockton lines for next game are empty. Current rosters/lines are not erased.
[2021-01-14 22:49:23] New Record for Team's Most Shots (40) in 1 Game for Flames de Calgary!
[2021-01-14 22:49:23] Mikael Backlund from Flames de Calgary is injured from Exhaustion.
[2021-01-14 20:42:38] Auto Lines Function has been run for Flames de Calgary.
[2021-01-14 20:42:38] Auto Roster Partial Function has been run for Flames de Calgary.
[2021-01-14 13:56:42] Mikael Backlund from Flames de Calgary is back from Exhaustion.
[2021-01-12 23:23:06] Jordan Binnington from Flames de Calgary is back from Exhaustion.
[2021-01-12 23:23:06] Both Flames de Calgary and Heat de Stockton lines for next game are empty. Current rosters/lines are not erased.
[2021-01-12 23:23:04] Mikael Backlund from Flames de Calgary is injured from Exhaustion.
[2021-01-12 23:23:03] Glenn Gawdin from Heat de Stockton has scored a Hat Trick!
[2021-01-12 23:22:54] Auto Lines Function has been run for Flames de Calgary.
[2021-01-12 23:22:54] Auto Roster Partial Function has been run for Flames de Calgary.
[2021-01-12 23:12:27] Flames de Calgary roster errors : Not enough Goalie available in Pro Team! 1 Dressed. 2 Required.
Some errors will be automatically fixed.
[2021-01-11 23:15:49] Sami Niku from Heat de Stockton is back from Exhaustion.