SELECT N.Caption AS Node,
N.IPAddress AS Node_IP,
I.Name AS Node_Int,
NCE.DeviceId AS AP_Name,
NCE.IpAddress AS AP_IP,
NCE.DevicePort AS AP_Int
FROM Orion.NodeCdpEntry NCE
INNER JOIN Orion.Nodes N ON N.NodeID = NCE.NodeID
INNER JOIN Orion.NPM.Interfaces I ON I.NodeID = NCE.NodeID AND I.Index = NCE.IfIndex
WHERE AP_Name like '%AP%'
This SWQL is working in SWQL studio but not in GUI getting invalid in GUI. we are running 2023.2 SDK 3.1.0.343 anyone have the solution