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
| ID5 | None of "building", "floor", or "room" is set. |
213
213
214
214
Time Series **ID1** and **ID4** are displayed as part of hierarchy **H1** in the [Azure Time Series Insights explorer](time-series-insights-update-explorer.md) because they have fully defined and correctly ordered *building*, *floor*, and *room* parameters.
215
215
@@ -339,7 +339,7 @@ Variables conform to the following JSON example:
339
339
"Status": {
340
340
"kind": "categorical",
341
341
"value": {
342
-
"tsx": "toLong($event.[Status].Double)"
342
+
"tsx": "toLong($event.[Status].Double)"
343
343
},
344
344
"interpolation": {
345
345
"kind": "step",
@@ -349,7 +349,7 @@ Variables conform to the following JSON example:
0 commit comments