Trying to get a KPI widget to work for all nodes monitored but only for core systems (CustomProperties.CoreProductionSystem = 'YES') - how would i tag the swql onto the below
SELECT Count(*) as TOTAL FROM Orion.Nodes
thanks
try this
thank you - works a treat