Here is the query i put in swql studio
SELECT E0.[Uri], E0.[DisplayName], E0.[Node].[Caption]
FROM Orion.NPM.Interfaces
WHERE ( ( E0.[Caption] NOT LIKE '%Bundle-Ether%' ) AND ( E0.[Caption] NOT LIKE '%Bundle1%' ) AND ( E0.[Caption] NOT LIKE '%BVI%' ) AND ( E0.[Caption] NOT LIKE '%EOBC%' ) AND ( E0.[Caption] NOT LIKE '%Vlan%' ) AND ( E0.[Caption] NOT LIKE '%.%' ) AND ( E0.[OutErrorsDiscardsThreshold].[CurrentValue] > '2500' ) AND ( E0.[InErrorsDiscardsThreshold].[CurrentValue] > '2500' ) AND ( ( E0.[Caption] LIKE 'HundredGigE%' ) OR ( E0.[Caption] LIKE 'TenGigE%' ) OR ( E0.[Node].[Caption] LIKE '%Bundle1%'0 ) OR ( E0.[Node].[Caption] LIKE '%Bundle1%'1 ) OR ( E0.[Node].[Caption] LIKE '%Bundle1%'2 ) OR ( E0.[Node].[Caption] LIKE '%Bundle1%'3 ) OR ( E0.[Node].[Caption] LIKE '%Bundle1%'4 ) OR ( E0.[Node].[Caption] LIKE '%Bundle1%'5 ) OR ( E0.[Node].[Caption] LIKE '%Bundle1%'6 ) OR ( E0.[Node].[Caption] LIKE '%Bundle1%'7 ) OR ( E0.[Node].[Caption] LIKE '%Bundle1%'8 ) OR ( E0.[Node].[Caption] LIKE '%Bundle1%'9 ) OR ( E0.[Node].[Caption] = '%BVI%'0 ) ) )
I get this error

Anyone have any suggestions that would help?