Hi,
i created an custom query widget with this SWQL-Query:
SELECT
n.Status,
n.Caption,
n.NodeiD,
'/Orion/images/StatusIcons/small-' + n.StatusIcon AS [_IconFor_Status]
FROM Orion.Nodes n
WHERE NodeID > 4400
The result looks like this:
Is it possible to remove the status shown as digit and just show the icon?
Greetings
Dominik