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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
"nrqlQueries": [
22
22
{
23
23
"accountId": 0,
24
-
"query": "SELECT count(*) as availability FROM XMLRPC where WayState = 'OPEN' and device.type = 'FC' and WayBusinessDay = WaySystemDate and online = '1' since 30 minutes ago"
24
+
"query": "SELECT uniqueCount(*) 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
}
@@ -41,7 +41,7 @@
41
41
"nrqlQueries": [
42
42
{
43
43
"accountId": 0,
44
-
"query": "SELECT count(*) as availability FROM XMLRPC where WayState = 'OPEN' and device.type = 'DT' and WayBusinessDay = WaySystemDate and online = '1' since 30 minutes ago"
44
+
"query": "SELECT uniqueCountunt(*) 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
}
@@ -61,7 +61,7 @@
61
61
"nrqlQueries": [
62
62
{
63
63
"accountId": 0,
64
-
"query": "SELECT count(*) as availability FROM XMLRPC where WayState = 'OPEN' and device.type = 'DLV' and WayBusinessDay = WaySystemDate and online = '1' since 30 minutes ago"
64
+
"query": "SELECT uniqueCount(*) as availability FROM XMLRPC where WayState = 'OPEN' and device.type = 'DLV' and WayBusinessDay = WaySystemDate and online = '1' TIMESERIES AUTO"
0 commit comments