
This produces no results. MIB and Row ID are correct. Numberic Value should produce a hit. Anyone see anything wrong with my logic?
SWQL
SELECT E0.[Uri], E0.[DisplayName]
FROM Orion.NPM.CustomPollerAssignmentOnNode AS E0
WHERE ( ( ( E0.[CustomPoller].[UniqueName] = 'tempSensorValueInt' )
AND ( E0.[CustomPollerStatusScalar].[RowID] = '1023022' ) )
AND ( ( E0.[CustomPollerStatusScalar].[RawStatus] < '28' ) )
)