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 |
# | Player Name | C | L | R | D | CON | CK | FG | DI | SK | ST | EN | DU | PH | FO | PA | SC | DF | PS | EX | LD | PO | MO | OV | TA | SP |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Jordan Greenway (R) | X | 100.00 | 73 | 70 | 92 | 84 | 88 | 79 | 86 | 72 | 50 | 69 | 74 | 73 | 56 | 69 | 72 | 0 | 47 | 72 | 0 | ||||
2 | Tyler Motte (R) | X | X | 100.00 | 93 | 65 | 97 | 84 | 81 | 78 | 78 | 70 | 50 | 67 | 72 | 83 | 54 | 70 | 69 | 0 | 50 | 72 | 0 | |||
3 | Casey Mittelstadt (R) | X | 100.00 | 68 | 57 | 97 | 87 | 78 | 79 | 81 | 72 | 61 | 70 | 74 | 67 | 73 | 68 | 71 | 0 | 47 | 71 | 0 | ||||
4 | Phil Varone | X | 100.00 | 70 | 62 | 96 | 81 | 79 | 73 | 47 | 67 | 63 | 66 | 67 | 73 | 50 | 68 | 66 | 0 | 50 | 66 | 0 | ||||
5 | Filip Hronek (R) | X | 100.00 | 85 | 64 | 86 | 88 | 77 | 85 | 52 | 77 | 50 | 82 | 71 | 65 | 53 | 67 | 70 | 0 | 47 | 72 | 0 | ||||
6 | Tim Heed | X | 100.00 | 69 | 65 | 94 | 86 | 77 | 80 | 39 | 72 | 50 | 78 | 66 | 68 | 50 | 68 | 64 | 0 | 50 | 68 | 0 | ||||
7 | Joakim Ryan (R) | X | 100.00 | 78 | 62 | 92 | 86 | 77 | 78 | 46 | 65 | 50 | 69 | 61 | 70 | 50 | 70 | 71 | 0 | 50 | 68 | 0 | ||||
Scratches | ||||||||||||||||||||||||||
1 | Chris Wagner (R) | X | 100.00 | 95 | 67 | 86 | 83 | 86 | 79 | 80 | 71 | 59 | 67 | 74 | 82 | 56 | 73 | 73 | 0 | 50 | 73 | 0 | ||||
2 | Johan Larsson (R) | X | X | 100.00 | 87 | 68 | 89 | 79 | 84 | 80 | 78 | 68 | 80 | 67 | 69 | 84 | 52 | 73 | 75 | 0 | 50 | 72 | 0 | |||
3 | Tobias Rieder | X | 100.00 | 78 | 63 | 97 | 93 | 79 | 78 | 70 | 65 | 50 | 69 | 60 | 83 | 50 | 74 | 76 | 0 | 50 | 71 | 0 | ||||
4 | Curtis McKenzie (R) | X | 100.00 | 80 | 71 | 67 | 82 | 87 | 74 | 35 | 69 | 50 | 75 | 62 | 73 | 50 | 69 | 72 | 0 | 76 | 67 | 0 | ||||
5 | Kevin Connauton | X | 100.00 | 92 | 68 | 90 | 84 | 85 | 84 | 55 | 66 | 50 | 68 | 64 | 82 | 50 | 73 | 74 | 0 | 50 | 73 | 0 | ||||
6 | Markus Nutivaara (R) | X | 100.00 | 78 | 64 | 98 | 85 | 78 | 83 | 88 | 69 | 50 | 71 | 67 | 70 | 50 | 71 | 68 | 0 | 50 | 72 | 0 | ||||
TEAM AVERAGE | 100.00 | 80 | 65 | 91 | 85 | 81 | 79 | 64 | 69 | 55 | 71 | 68 | 75 | 53 | 70 | 71 | 0 | 51 | 71 |
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 |
# | Goalie Name | CON | SK | DU | EN | SZ | AG | RB | SC | HS | RT | PH | PS | EX | LD | PO | MO | OV | TA | SP |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Scratches | ||||||||||||||||||||
TEAM AVERAGE | 0.00 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Coaches Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|
Travis Green | 80 | 78 | 78 | 91 | 69 | 68 | 99 | CAN | 49 | 2 | 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 |
# | Player Name | Team Name | POS | GP | G | A | P | +/- | PIM | PIM5 | HIT | HTT | SHT | OSB | OSM | SHT% | SB | MP | AMG | PPG | PPA | PPP | PPS | PPM | PKG | PKA | PKP | PKS | PKM | GW | GT | FO% | FOT | GA | TA | EG | HT | P/20 | PSG | PSS | FW | FL | FT | S1 | S2 | S3 |
---|
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 |
# | Goalie Name | Team Name | GP | W | L | OTL | PCT | GAA | MP | PIM | SO | GA | SA | SAR | A | EG | PS % | PSA | ST | BG | S1 | S2 | S3 |
---|
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 |
Player Name | Team Name | POS | Age | Birthday | Rookie | Weight | Height | No Trade | Available For Trade | Force Waivers | Contract | Status | Type | Current Salary | Salary Cap | Salary Cap Remaining | Exclude from Salary Cap | Link |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Casey Mittelstadt | Cyclone (STO) | C | 21 | 1998-11-22 16:26:31 | Yes | 199 Lbs | 6 ft1 | No | No | No | 2 | ELC | Pro & Farm | 1,491,667$ | 0$ | 0$ | No | |
Chris Wagner | Cyclone (STO) | C | 28 | 1991-05-27 09:26:19 | Yes | 198 Lbs | 6 ft0 | No | No | No | 0 | UFA | Pro & Farm | 0$ | 0$ | No | Link | |
Curtis McKenzie | Cyclone (STO) | LW | 27 | 1992-03-22 09:26:19 | Yes | 205 Lbs | 6 ft2 | No | No | No | 0 | RFA | Pro & Farm | 0$ | 0$ | No | ||
Filip Hronek | Cyclone (STO) | D | 22 | 1997-11-02 08:38:27 | Yes | 183 Lbs | 6 ft0 | No | No | No | 3 | ELC | Pro & Farm | 975,000$ | 0$ | 0$ | No | |
Joakim Ryan | Cyclone (STO) | D | 26 | 1993-06-17 07:31:17 | Yes | 185 Lbs | 5 ft11 | No | No | No | 1 | ELC | Pro & Farm | 650,000$ | 0$ | 0$ | No | Link |
Johan Larsson | Cyclone (STO) | C/LW | 27 | 1992-07-25 15:26:19 | Yes | 198 Lbs | 5 ft11 | No | No | No | 0 | RFA | Pro & Farm | 0$ | 0$ | No | Link | |
Jordan Greenway | Cyclone (STO) | LW | 22 | 1997-02-16 07:18:00 | Yes | 225 Lbs | 6 ft6 | No | No | No | 2 | ELC | Pro & Farm | 1,225,000$ | 0$ | 0$ | No | |
Kevin Connauton | Cyclone (STO) | D | 29 | 1990-02-23 03:26:19 | No | 200 Lbs | 6 ft2 | No | No | No | 0 | UFA | Pro & Farm | 0$ | 0$ | No | Link | |
Markus Nutivaara | Cyclone (STO) | D | 25 | 1994-06-06 03:26:19 | Yes | 191 Lbs | 6 ft1 | No | No | No | 0 | ELC | Pro & Farm | 0$ | 0$ | No | Link | |
Phil Varone | Cyclone (STO) | C | 29 | 1990-12-04 03:26:19 | No | 193 Lbs | 5 ft10 | No | No | No | 1 | UFA | Pro & Farm | 900,000$ | 0$ | 0$ | No | Link |
Tim Heed | Cyclone (STO) | D | 28 | 1991-01-27 08:56:38 | No | 185 Lbs | 6 ft0 | No | No | No | 1 | UFA | Pro & Farm | 2,500,000$ | 0$ | 0$ | No | Link |
Tobias Rieder | Cyclone (STO) | RW | 26 | 1993-01-10 21:26:19 | No | 185 Lbs | 5 ft11 | No | No | No | 0 | ELC | Pro & Farm | 0$ | 0$ | No | Link | |
Tyler Motte | Cyclone (STO) | LW/RW | 24 | 1995-03-10 09:26:19 | Yes | 191 Lbs | 5 ft10 | No | No | No | 1 | ELC | Pro & Farm | 925,000$ | 0$ | 0$ | No | Link |
Total Players | Average Age | Average Weight | Average Height | Average Contract | Average Year 1 Salary |
---|---|---|---|---|---|
13 | 25.69 | 195 Lbs | 6 ft0 | 0.85 | 666,667$ |
5 vs 5 Forward | |||||||
---|---|---|---|---|---|---|---|
Line # | Left Wing | Center | Right Wing | Time % | PHY | DF | OF |
1 | 40 | 1 | 2 | 2 | |||
2 | 30 | 1 | 2 | 2 | |||
3 | 20 | 1 | 2 | 2 | |||
4 | 10 | 1 | 2 | 2 |
5 vs 5 Defense | |||||||
---|---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF | |
1 | 40 | 1 | 2 | 2 | |||
2 | 30 | 1 | 2 | 2 | |||
3 | 20 | 1 | 2 | 2 | |||
4 | 10 | 1 | 2 | 2 |
Power Play Forward | |||||||
---|---|---|---|---|---|---|---|
Line # | Left Wing | Center | Right Wing | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | |||
2 | 40 | 1 | 2 | 2 |
Power Play Defense | |||||||
---|---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF | |
1 | 60 | 1 | 2 | 2 | |||
2 | 40 | 1 | 2 | 2 |
Penalty Kill 4 Players Forward | ||||||
---|---|---|---|---|---|---|
Line # | Center | Wing | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | ||
2 | 40 | 1 | 2 | 2 |
Penalty Kill 4 Players Defense | ||||||
---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | ||
2 | 40 | 1 | 2 | 2 |
Penalty Kill 3 Players | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Line # | Wing | Time % | PHY | DF | OF | Defense | Defense | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | 60 | 1 | 2 | 2 | |||
2 | 40 | 1 | 2 | 2 | 40 | 1 | 2 | 2 |
4 vs 4 Forward | ||||||
---|---|---|---|---|---|---|
Line # | Center | Wing | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | ||
2 | 40 | 1 | 2 | 2 |
4 vs 4 Defense | ||||||
---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | ||
2 | 40 | 1 | 2 | 2 |
Last Minutes Offensive | ||||
---|---|---|---|---|
Left Wing | Center | Right Wing | Defense | Defense |
Last Minutes Defensive | ||||
---|---|---|---|---|
Left Wing | Center | Right Wing | Defense | Defense |
Extra Forwards | ||
---|---|---|
Normal | PowerPlay | Penalty Kill |
, , | , |
Extra Defensemen | ||
---|---|---|
Normal | PowerPlay | Penalty Kill |
, , | , |
Penalty Shots |
---|
, , , , |
Goalie |
---|
#1 : , #2 : |
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 |
Overall | Home | Visitor | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
# | VS Team | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | P | PCT | G | A | TP | SO | EG | GP1 | GP2 | GP3 | GP4 | SHF | SH1 | SP2 | SP3 | SP4 | SHA | SHB | Pim | Hit | PPA | PPG | PP% | PKA | PK GA | PK% | PK GF | W OF FO | T OF FO | OF FO% | W DF FO | T DF FO | DF FO% | W NT FO | T NT FO | NT FO% | PZ DF | PZ OF | PZ NT | PC DF | PC OF | PC NT |
Total | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 | 0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 | 0 | 0 | 0 | 0 | 0 |
Total For Players | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Games Played | Points | Streak | Goals | Assists | Points | Shots For | Shots Against | Shots Blocked | Penalty Minutes | Hits | Empty Net Goals | Shutouts |
0 | 0 | N/A | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
All Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Home Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Visitor Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Last 10 Games | |||||
---|---|---|---|---|---|
W | L | OTW | OTL | SOW | SOL |
0 | 0 | 0 | 0 | 0 | 0 |
Power Play Attemps | Power Play Goals | Power Play % | Penalty Kill Attemps | Penalty Kill Goals Against | Penalty Kill % | Penalty Kill Goals For |
---|---|---|---|---|---|---|
0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 |
Shots 1 Period | Shots 2 Period | Shots 3 Period | Shots 4+ Period | Goals 1 Period | Goals 2 Period | Goals 3 Period | Goals 4+ Period |
---|---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Face Offs | ||||||||
---|---|---|---|---|---|---|---|---|
Won Offensive Zone | Total Offensive | Won Offensive % | Won Defensif Zone | Total Defensive | Won Defensive % | Won Neutral Zone | Total Neutral | Won Neutral % |
0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 | 0 | 0.00% |
Puck Time | |||||
---|---|---|---|---|---|
In Offensive Zone | Control In Offensive Zone | In Defensive Zone | Control In Defensive Zone | In Neutral Zone | Control In Neutral Zone |
0 | 0 | 0 | 0 | 0 | 0 |
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 |
Day | Game | Visitor Team | Score | Home Team | Score | ST | OT | SO | RI | Link |
---|
Arena Capacity - Ticket Price Attendance - % | ||
---|---|---|
Level 1 | Level 2 | |
Arena Capacity | 2000 | 1000 |
Ticket Price | 35 | 15 |
Attendance | 0.00% | 0.00% |
Attendance PCT | 0.00% | 0.00% |
Income | |||||
---|---|---|---|---|---|
Home Games Left | Average Attendance - % | Average Income per Game | Year to Date Revenue | Arena Capacity | Team Popularity |
41 | 0 - 0.00% | 0$ | 0$ | 3000 | 100 |
Expenses | |||
---|---|---|---|
Year To Date Expenses | Players Total Salaries | Players Total Average Salaries | Coaches Salaries |
0$ | 866,667$ | 774,167$ | 0$ |
Salary Cap Per Days | Salary Cap To Date | Players In Salary Cap | Players Out of Salary Cap |
---|---|---|---|
0$ | 0$ | 0 | 0 |
Estimate | |||
---|---|---|---|
Estimated Season Revenue | Remaining Season Days | Expenses Per Days | Estimated Season Expenses |
0$ | 0 | 0$ | 0$ |
Overall | Home | Visitor | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Year | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | P | G | A | TP | SO | EG | GP1 | GP2 | GP3 | GP4 | SHF | SH1 | SP2 | SP3 | SP4 | SHA | SHB | Pim | Hit | PPA | PPG | PP% | PKA | PK GA | PK% | PK GF | W OF FO | T OF FO | OF FO% | W DF FO | T DF FO | DF FO% | W NT FO | T NT FO | NT FO% | PZ DF | PZ OF | PZ NT | PC DF | PC OF | PC NT |
Playoff | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2017 | 9 | 4 | 5 | 0 | 0 | 0 | 0 | 0 | 51 | 57 | -6 | 5 | 2 | 3 | 0 | 0 | 0 | 0 | 0 | 26 | 27 | -1 | 4 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 25 | 30 | -5 | 8 | 51 | 94 | 145 | 0 | 0 | 9 | 23 | 18 | 1 | 306 | 101 | 90 | 113 | 2 | 309 | 86 | 69 | 133 | 31 | 12 | 38.71% | 27 | 17 | 37.04% | 2 | 60 | 128 | 46.88% | 70 | 135 | 51.85% | 102 | 216 | 47.22% | 199 | 118 | 188 | 83 | 155 | 76 |
2018 | 4 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 15 | 33 | -18 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 7 | 14 | -7 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 8 | 19 | -11 | 0 | 15 | 28 | 43 | 0 | 0 | 4 | 9 | 2 | 0 | 78 | 29 | 30 | 19 | 0 | 171 | 70 | 36 | 42 | 5 | 0 | 0.00% | 18 | 13 | 27.78% | 0 | 22 | 38 | 57.89% | 37 | 77 | 48.05% | 50 | 108 | 46.30% | 62 | 35 | 112 | 39 | 65 | 25 |
Total Playoff | 13 | 4 | 9 | 0 | 0 | 0 | 0 | 0 | 66 | 90 | -24 | 7 | 2 | 5 | 0 | 0 | 0 | 0 | 0 | 33 | 41 | -8 | 6 | 2 | 4 | 0 | 0 | 0 | 0 | 0 | 33 | 49 | -16 | 8 | 66 | 122 | 188 | 0 | 0 | 13 | 32 | 20 | 1 | 384 | 130 | 120 | 132 | 2 | 480 | 156 | 105 | 175 | 36 | 12 | 33.33% | 45 | 30 | 33.33% | 2 | 82 | 166 | 49.40% | 107 | 212 | 50.47% | 152 | 324 | 46.91% | 261 | 153 | 301 | 123 | 220 | 102 |