You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entity-types/ext-digitalordering/dashboard.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,15 @@
21
21
"nrqlQueries": [
22
22
{
23
23
"accountId": 0,
24
-
"query": "SELECT uniqueCount(*) as availability FROM XMLRPC where WayState = 'OPEN' and device.type = 'FC' and WayBusinessDay = WaySystemDate and online = '1' TIMESERIES AUTO"
24
+
"query": "SELECT uniqueCount(entity.guid) as availability FROM XMLRPC WHERE WayState = 'OPEN' AND device.type = 'FC' AND WayBusinessDay = WaySystemDate AND online = '1' TIMESERIES AUTO"
25
25
}
26
26
]
27
27
}
28
28
},
29
29
{
30
30
"title": "Drive Thru Online",
31
31
"layout": {
32
-
"column": 1,
32
+
"column": 5,
33
33
"row": 1,
34
34
"width": 4,
35
35
"height": 3
@@ -41,15 +41,15 @@
41
41
"nrqlQueries": [
42
42
{
43
43
"accountId": 0,
44
-
"query": "SELECT uniqueCountunt(*) as availability FROM XMLRPC where WayState = 'OPEN' and device.type = 'DT' and WayBusinessDay = WaySystemDate and online = '1' TIMESERIES AUTO"
44
+
"query": "SELECT uniqueCount(entity.guid) as availability FROM XMLRPC WHERE WayState = 'OPEN' AND device.type = 'DT' AND WayBusinessDay = WaySystemDate AND online = '1' TIMESERIES AUTO"
45
45
}
46
46
]
47
47
}
48
48
},
49
49
{
50
50
"title": "Delivery Online",
51
51
"layout": {
52
-
"column": 1,
52
+
"column": 9,
53
53
"row": 1,
54
54
"width": 4,
55
55
"height": 3
@@ -61,7 +61,7 @@
61
61
"nrqlQueries": [
62
62
{
63
63
"accountId": 0,
64
-
"query": "SELECT uniqueCount(*) as availability FROM XMLRPC where WayState = 'OPEN' and device.type = 'DLV' and WayBusinessDay = WaySystemDate and online = '1' TIMESERIES AUTO"
64
+
"query": "SELECT uniqueCount(entity.guid) as availability FROM XMLRPC WHERE WayState = 'OPEN' AND device.type = 'DLV' AND WayBusinessDay = WaySystemDate AND online = '1' TIMESERIES AUTO"
"query": "SELECT uniqueCount(entity.guid) as availability FROM XMLRPC WHERE WayState = 'OPEN' AND device.type = 'FC' AND WayBusinessDay = WaySystemDate AND online = '1' TIMESERIES AUTO"
25
+
}
26
+
]
27
+
}
28
+
},
29
+
{
30
+
"title": "Drive Thru Online",
31
+
"layout": {
32
+
"column": 5,
33
+
"row": 1,
34
+
"width": 4,
35
+
"height": 3
36
+
},
37
+
"visualization": {
38
+
"id": "viz.stacked-bar"
39
+
},
40
+
"rawConfiguration": {
41
+
"nrqlQueries": [
42
+
{
43
+
"accountId": 0,
44
+
"query": "SELECT uniqueCount(entity.guid) as availability FROM XMLRPC WHERE WayState = 'OPEN' AND device.type = 'DT' AND WayBusinessDay = WaySystemDate AND online = '1' TIMESERIES AUTO"
45
+
}
46
+
]
47
+
}
48
+
},
49
+
{
50
+
"title": "Delivery Online",
51
+
"layout": {
52
+
"column": 9,
53
+
"row": 1,
54
+
"width": 4,
55
+
"height": 3
56
+
},
57
+
"visualization": {
58
+
"id": "viz.stacked-bar"
59
+
},
60
+
"rawConfiguration": {
61
+
"nrqlQueries": [
62
+
{
63
+
"accountId": 0,
64
+
"query": "SELECT uniqueCount(entity.guid) as availability FROM XMLRPC WHERE WayState = 'OPEN' AND device.type = 'DLV' AND WayBusinessDay = WaySystemDate AND online = '1' TIMESERIES AUTO"
0 commit comments