suppose if there are 100 nodes in the environment and 23 nodes are down then the query should give the output as 23%, i will be building on the base query but the base query is giving me some errors
i have made a draft SWQL query but the output is giving me some errors about aliases missing
Base Query
<span>select (select count(*) from Orion.Nodes where Status=2 )*100/(Select count(*) from Orion.Nodes) from Orion.Nodes</span>
any help would be appreciated