Hi, I'm having trouble creating a report to show the core count via SWQL... it's showing me just 1 and 0...
Is there a way to do this via SWQL?
_____
SELECT distinct n.caption, n.IPAddress, count (DISTINCT n.CPUMultiLoadHistory.CPUIndex) as [CPU Core]
from orion.nodes n
left join orion.NodesCustomProperties cp on n.NodeID = cp.NodeID
group by n.Caption, n.IPAddress, n.CPUMultiLoadHistory.CPUIndex