Comments
-
Hi, we are just getting started with modern dashboards and have found the tutorials and labs very helpful. One dashboard we are struggling to create and was wondering if anyone had any tips. We are using kpi widget and creating 5 values. Each of these represents a group and each of these groups is a different physical…
-
select count(1) as countnodes from orion.groups where status=2
-
this is what we are using and i think we need another comment like displayname=xxxxx to represent each different group. hope that makes sense.
-
Hi we are trying to build a modern kpi dashboard widget Each of the values represents a physical location which has a group created. We are using this to get the below select count(1) as countnodes from orion.groups where status=2 What do i put in there to get the status 2 from each group. so say each of these values was…