HI all
I'm trying to find the best way to display Stack member information (entities as Orion calls them) IE Serial Number, Firmware etc which is equal to class 3
Some alternatives i've looked at a report, but i just want the results for the node im displaying it on and displaying it on the node seemed a problem.
Doing an SWQL query (using the Custom SWQL Query box ) produced the results but i cant get it to display the results for the current node.
If anyone has any alternatives or can help with the code below I would be most grateful.
The code I have is.....
SELECT EntityID, EntityName, EntityDescription AS [Description], Serial, ContainedIn, EntityClass AS [Class], Position, HardwareRevision, FirmwareRevision, SoftwareRevision, Manufacturer, Model, Alias, AssetID, FieldReplaceable,
NodeID, Nodes.Caption< --can that be there?
FROM NCM.EntityPhysical
INNER JOIN NCM.EntityPhysical ON Nodes.NodeID = ?