Replies: 1 comment
-
To add more context: Ultimately what I'm trying to get is a list of locations which contain at least one device of that role, to be used as a query variable in Grafana with its Infinity data source plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to get a list of devices with a certain role and a non-null location. I tried the below query but the second part of the filter seems to be ignored. In other words, it returns all devices with role_id=15, including those with no location. What's wrong with this query?
The below query works as expected to find all devices with a non-null location:
Beta Was this translation helpful? Give feedback.
All reactions