-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpl_region_dashboard.dashboard.lookml
99 lines (99 loc) · 2.54 KB
/
pl_region_dashboard.dashboard.lookml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
- dashboard: pl_region_dashboard
title: PL Region Dashboard
layout: newspaper
elements:
- title: Teams per Region
name: Teams per Region
model: bryn_football_thesis
explore: teams
type: looker_pie
fields: [teams.region, teams.count]
filters:
teams.id_country: '46'
teams.region: "-Unknown"
sorts: [teams.count desc]
limit: 500
query_timezone: America/Los_Angeles
value_labels: labels
label_type: labVal
start_angle:
series_types: {}
listen: {}
row: 0
col: 0
width: 8
height: 6
- title: UEFA Champions League Qualification By Region and Team
name: UEFA Champions League Qualification By Region and Team
model: bryn_football_thesis
explore: standings
type: looker_column
fields: [standings.team, teams.region, standings.count]
filters:
standings.team: "-NULL"
standings.position: '1,2,3,4'
sorts: [standings.count desc]
limit: 500
column_limit: 50
series_types: {}
row: 6
col: 0
width: 8
height: 6
- title: UEFA Europa League Qualification by Region and Team
name: UEFA Europa League Qualification by Region and Team
model: bryn_football_thesis
explore: standings
type: looker_column
fields: [standings.team, teams.region, standings.count]
filters:
standings.team: "-NULL"
standings.position: '1,2,3,4,5,6'
sorts: [standings.count desc]
limit: 500
column_limit: 50
series_types: {}
row: 6
col: 16
width: 8
height: 6
- title: UEFA Champions League Qualification By Region
name: UEFA Champions League Qualification By Region
model: bryn_football_thesis
explore: standings
type: looker_pie
fields: [teams.region, standings.count]
fill_fields: [teams.region]
filters:
standings.team: "-NULL"
standings.position: '1,2,3,4'
sorts: [standings.count desc]
limit: 500
column_limit: 50
value_labels: legend
label_type: per
series_types: {}
row: 0
col: 16
width: 8
height: 6
- title: UEFA Europa League Qualification by Region
name: UEFA Europa League Qualification by Region
model: bryn_football_thesis
explore: standings
type: looker_pie
fields: [teams.region, standings.count]
fill_fields: [teams.region]
filters:
standings.team: "-NULL"
standings.position: '1,2,3,4,5,6'
sorts: [standings.count desc]
limit: 500
column_limit: 50
value_labels: legend
label_type: per
series_types: {}
row: 0
col: 8
width: 8
height: 6