Hi all,
I am trying to create groups using a dynamic query where I want to use a node property NOT LIKE '%ABC%DEF'.
I know that solarwinds doesn't provide NOT LIKE feature for creating dynamic queries. (But does provide features as 'begins with', 'ends with', 'contains' and 'matches')
There is just "is not" which does exact string match while I want wild card.
Has anyone found a way to do this using some other methods?