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 | Mattias Janmark | X | X | 100.00 | 63 | 42 | 93 | 82 | 72 | 68 | 89 | 64 | 42 | 69 | 59 | 74 | 25 | 65 | 66 | 0 | 77 | 66 | 0 | |||
2 | Curtis Lazar | X | X | X | 100.00 | 83 | 59 | 91 | 72 | 75 | 61 | 74 | 58 | 84 | 61 | 64 | 83 | 25 | 65 | 66 | 0 | 79 | 66 | 0 | ||
3 | Melker Karlsson | X | X | 100.00 | 67 | 42 | 89 | 78 | 65 | 62 | 87 | 57 | 40 | 60 | 59 | 77 | 75 | 66 | 69 | 0 | 80 | 65 | 0 | |||
4 | Adam Erne | X | X | 100.00 | 90 | 46 | 85 | 72 | 77 | 61 | 78 | 65 | 57 | 55 | 56 | 66 | 75 | 60 | 61 | 0 | 80 | 63 | 0 | |||
5 | Nathan Gerbe | X | X | 100.00 | 80 | 43 | 79 | 73 | 58 | 65 | 68 | 61 | 46 | 65 | 64 | 66 | 55 | 69 | 70 | 0 | 80 | 63 | 0 | |||
6 | Nicolas Deslauriers | X | X | 100.00 | 88 | 99 | 58 | 71 | 82 | 55 | 71 | 59 | 25 | 60 | 62 | 69 | 25 | 66 | 66 | 0 | 80 | 63 | 0 | |||
7 | Brendan Leipsic | X | X | 100.00 | 73 | 52 | 92 | 71 | 65 | 53 | 79 | 64 | 38 | 61 | 57 | 63 | 25 | 63 | 63 | 0 | 80 | 61 | 0 | |||
8 | Matthew Highmore | X | X | 100.00 | 76 | 43 | 94 | 70 | 66 | 55 | 62 | 59 | 31 | 60 | 57 | 70 | 25 | 47 | 47 | 0 | 80 | 60 | 0 | |||
9 | Jayden Halbgewachs | X | X | 100.00 | 65 | 55 | 89 | 60 | 55 | 74 | 77 | 62 | 78 | 56 | 64 | 59 | 61 | 44 | 44 | 0 | 80 | 59 | 0 | |||
10 | Jeffrey Viel (R) | X | 100.00 | 65 | 71 | 50 | 64 | 71 | 74 | 78 | 60 | 50 | 56 | 60 | 59 | 57 | 44 | 44 | 0 | 80 | 59 | 0 | ||||
11 | Will Bitten | X | X | 100.00 | 68 | 60 | 87 | 62 | 60 | 69 | 73 | 57 | 71 | 53 | 56 | 59 | 53 | 44 | 44 | 0 | 81 | 57 | 0 | |||
12 | Paul Bittner | X | 100.00 | 80 | 80 | 79 | 68 | 80 | 66 | 70 | 51 | 50 | 47 | 51 | 64 | 48 | 44 | 44 | 0 | 80 | 57 | 0 | ||||
Scratches | ||||||||||||||||||||||||||
1 | Nick Lappin | X | X | 100.00 | 74 | 66 | 93 | 67 | 66 | 67 | 72 | 51 | 50 | 47 | 50 | 62 | 48 | 49 | 49 | 0 | 80 | 56 | 0 | |||
TEAM AVERAGE | 100.00 | 75 | 58 | 83 | 70 | 69 | 64 | 75 | 59 | 51 | 58 | 58 | 67 | 46 | 56 | 56 | 0 | 80 | 61 |
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Aaron Dell | 100.00 | 69 | 62 | 61 | 73 | 69 | 70 | 67 | 70 | 77 | 70 | 75 | 57 | 58 | 0 | 80 | 67 | 0 | |
Scratches | ||||||||||||||||||||
TEAM AVERAGE | 100.00 | 69 | 62 | 61 | 73 | 69 | 70 | 67 | 70 | 77 | 70 | 75 | 57 | 58 | 0 | 80 | 67 |
Coaches Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|
Randy Carlyle | 71 | 64 | 45 | 57 | 95 | 79 | 68 | CAN | 59 | 6 | 300,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 | Type | Current Salary | Salary Remaining | Salary Average | Salary Ave Remaining | Salary Cap | Salary Cap Remaining | Exclude from Salary Cap | Salary Year 2 | Salary Year 3 | Salary Year 4 | Salary Year 5 | Salary Year 6 | Salary Year 7 | Salary Year 8 | Salary Year 9 | Salary Year 10 | Link |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Aaron Dell (1 Way Contract) | Rhinos (SJS) | G | 31 | 1989-05-04 | No | 200 Lbs | 6 ft0 | No | No | No | 3 | Pro & Farm | 3,499,999$ | 3,499,999$ | 3,499,999$ | 3,499,999$ | 1,499,999$ | 1,499,999$ | No | 3,499,999$ | 3,499,999$ | Link / NHL Link | |||||||
Adam Erne (1 Way Contract) | Rhinos (SJS) | LW/RW | 25 | 1995-04-20 | No | 214 Lbs | 6 ft1 | No | No | No | 3 | Pro & Farm | 1,050,000$ | 1,050,000$ | 1,050,000$ | 1,050,000$ | 0$ | 0$ | No | 1,050,000$ | 1,050,000$ | Link | |||||||
Brendan Leipsic (1 Way Contract) | Rhinos (SJS) | LW/RW | 26 | 1994-05-19 | No | 180 Lbs | 5 ft10 | No | No | No | 2 | Pro & Farm | 700,000$ | 700,000$ | 700,000$ | 700,000$ | 0$ | 0$ | No | 700,000$ | Link | ||||||||
Curtis Lazar (1 Way Contract) | Rhinos (SJS) | C/LW/RW | 25 | 1995-02-02 | No | 209 Lbs | 6 ft0 | No | No | No | 3 | Pro & Farm | 700,000$ | 700,000$ | 700,000$ | 700,000$ | 0$ | 0$ | No | 700,000$ | 700,000$ | Link / NHL Link | |||||||
Jayden Halbgewachs | Rhinos (SJS) | C/LW | 23 | 1997-03-22 | No | 157 Lbs | 5 ft8 | No | No | No | 2 | Pro & Farm | 792,500$ | 792,500$ | 792,500$ | 792,500$ | 0$ | 0$ | No | 792,500$ | Link | ||||||||
Jeffrey Viel | Rhinos (SJS) | LW | 21 | 1999-01-28 | Yes | 196 Lbs | 6 ft0 | No | No | No | 3 | Pro & Farm | 780,000$ | 780,000$ | 780,000$ | 780,000$ | 0$ | 0$ | No | 780,000$ | 780,000$ | Link | |||||||
Matthew Highmore | Rhinos (SJS) | LW/RW | 24 | 1996-02-27 | No | 181 Lbs | 5 ft11 | No | No | No | 1 | Pro & Farm | 817,500$ | 817,500$ | 817,500$ | 817,500$ | 0$ | 0$ | No | Link | |||||||||
Mattias Janmark (1 Way Contract) | Rhinos (SJS) | C/LW | 27 | 1992-12-08 | No | 196 Lbs | 6 ft1 | No | No | No | 1 | Pro & Farm | 2,300,000$ | 2,300,000$ | 2,300,000$ | 2,300,000$ | 300,000$ | 300,000$ | No | Link | |||||||||
Melker Karlsson (1 Way Contract) | Rhinos (SJS) | C/RW | 29 | 1990-07-18 | No | 182 Lbs | 5 ft10 | No | No | No | 4 | Pro & Farm | 2,000,000$ | 2,000,000$ | 2,550,000$ | 2,550,000$ | 550,000$ | 550,000$ | No | 3,100,000$ | 3,100,000$ | 3,100,000$ | Link / NHL Link | ||||||
Nathan Gerbe | Rhinos (SJS) | LW/RW | 32 | 1987-07-24 | No | 178 Lbs | 5 ft5 | No | No | No | 1 | Pro & Farm | 700,000$ | 700,000$ | 700,000$ | 700,000$ | 0$ | 0$ | No | Link | |||||||||
Nick Lappin | Rhinos (SJS) | LW/RW | 27 | 1992-11-01 | No | 175 Lbs | 6 ft1 | No | No | No | 1 | Pro & Farm | 842,500$ | 842,500$ | 842,500$ | 842,500$ | 0$ | 0$ | No | Link | |||||||||
Nicolas Deslauriers (1 Way Contract) | Rhinos (SJS) | LW/RW | 29 | 1991-02-22 | No | 215 Lbs | 6 ft1 | No | No | No | 2 | Pro & Farm | 950,000$ | 950,000$ | 1,080,625$ | 1,080,625$ | 0$ | 0$ | No | 1,472,500$ | Link / NHL Link | ||||||||
Paul Bittner | Rhinos (SJS) | LW | 23 | 1996-11-03 | No | 214 Lbs | 6 ft4 | No | No | No | 2 | Pro & Farm | 800,000$ | 800,000$ | 800,000$ | 800,000$ | 0$ | 0$ | No | 800,000$ | Link | ||||||||
Will Bitten | Rhinos (SJS) | C/RW | 21 | 1998-07-10 | No | 168 Lbs | 5 ft10 | No | No | No | 2 | Pro & Farm | 880,000$ | 880,000$ | 880,000$ | 880,000$ | 0$ | 0$ | No | 880,000$ | Link |
Total Players | Average Age | Average Weight | Average Height | Average Contract | Average Year 1 Salary |
---|---|---|---|---|---|
14 | 25.93 | 190 Lbs | 5 ft11 | 2.14 | 1,200,893$ |
5 vs 5 Forward | |||||||
---|---|---|---|---|---|---|---|
Line # | Left Wing | Center | Right Wing | Time % | PHY | DF | OF |
1 | Mattias Janmark | Curtis Lazar | Melker Karlsson | 30 | 1 | 2 | 2 |
2 | Nicolas Deslauriers | Jayden Halbgewachs | Nathan Gerbe | 30 | 1 | 2 | 2 |
3 | Adam Erne | Will Bitten | Brendan Leipsic | 25 | 1 | 2 | 2 |
4 | Matthew Highmore | Curtis Lazar | Mattias Janmark | 15 | 1 | 2 | 2 |
5 vs 5 Defense | |||||||
---|---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF | |
1 | Matthew Highmore | Jeffrey Viel | 30 | 1 | 2 | 2 | |
2 | Paul Bittner | 30 | 1 | 2 | 2 | ||
3 | 25 | 1 | 2 | 2 | |||
4 | Melker Karlsson | Nicolas Deslauriers | 15 | 1 | 2 | 2 |
Power Play Forward | |||||||
---|---|---|---|---|---|---|---|
Line # | Left Wing | Center | Right Wing | Time % | PHY | DF | OF |
1 | Mattias Janmark | Curtis Lazar | Melker Karlsson | 55 | 1 | 2 | 2 |
2 | Nicolas Deslauriers | Jayden Halbgewachs | Nathan Gerbe | 45 | 1 | 2 | 2 |
Power Play Defense | |||||||
---|---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF | |
1 | Matthew Highmore | Jeffrey Viel | 55 | 1 | 2 | 2 | |
2 | Paul Bittner | 45 | 1 | 2 | 2 |
Penalty Kill 4 Players Forward | ||||||
---|---|---|---|---|---|---|
Line # | Center | Wing | Time % | PHY | DF | OF |
1 | Curtis Lazar | Mattias Janmark | 55 | 1 | 2 | 2 |
2 | Melker Karlsson | Nicolas Deslauriers | 45 | 1 | 2 | 2 |
Penalty Kill 4 Players Defense | ||||||
---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF |
1 | 55 | 1 | 2 | 2 | ||
2 | 45 | 1 | 2 | 2 |
Penalty Kill 3 Players | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Line # | Wing | Time % | PHY | DF | OF | Defense | Defense | Time % | PHY | DF | OF |
1 | Curtis Lazar | 55 | 1 | 2 | 2 | 55 | 1 | 2 | 2 | ||
2 | Mattias Janmark | 45 | 1 | 2 | 2 | 45 | 1 | 2 | 2 |
4 vs 4 Forward | ||||||
---|---|---|---|---|---|---|
Line # | Center | Wing | Time % | PHY | DF | OF |
1 | Curtis Lazar | Mattias Janmark | 55 | 1 | 2 | 2 |
2 | Melker Karlsson | Nicolas Deslauriers | 45 | 1 | 2 | 2 |
4 vs 4 Defense | ||||||
---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF |
1 | 55 | 1 | 2 | 2 | ||
2 | 45 | 1 | 2 | 2 |
Last Minutes Offensive | ||||
---|---|---|---|---|
Left Wing | Center | Right Wing | Defense | Defense |
Mattias Janmark | Curtis Lazar | Melker Karlsson | Matthew Highmore | Jeffrey Viel |
Last Minutes Defensive | ||||
---|---|---|---|---|
Left Wing | Center | Right Wing | Defense | Defense |
Mattias Janmark | Curtis Lazar | Melker Karlsson | Matthew Highmore | Jeffrey Viel |
Extra Forwards | ||
---|---|---|
Normal | PowerPlay | Penalty Kill |
Adam Erne, Brendan Leipsic, Will Bitten | Adam Erne, Brendan Leipsic | Will Bitten |
Extra Defensemen | ||
---|---|---|
Normal | PowerPlay | Penalty Kill |
, , | , |
Penalty Shots |
---|
Curtis Lazar, Mattias Janmark, Melker Karlsson, Nicolas Deslauriers, Nathan Gerbe |
Goalie |
---|
#1 : Aaron Dell, #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 | 70 | 20 |
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 |
39 | 0 - 0.00% | 0$ | 0$ | 3000 | 100 |
Expenses | |||
---|---|---|---|
Year To Date Expenses | Players Total Salaries | Players Total Average Salaries | Coaches Salaries |
0$ | 449,000$ | 449,000$ | 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 |