I tried to build custom query to show IP Address for each node in a group, however instead of only showing the members within the specific group, its showing all nodes.Can anyone help me on this?

i just wanted to add another column showing the node IP Address, instead, this is what i manage to do with SWQL custom Query.

SELECT Caption, IPAddress, Nodes.StatusDescription
FROM Orion.Nodes
ORDER BY Caption