Hello
I
You need to add NOT before list of nodes, which you don't want.
NOT
(
(Nodes.Caption LIKE '%Router%') OR
(Nodes.Caption LIKE '%String2%') OR
(Nodes.Caption LIKE '%String3%'))
)
That mean creat one complex condition above "NONE" and none changed to "ANY".
It is easier in web-base reporting.
Thanks