I'm trying to filtering nodes in All Nodes - Tree (AJAX) window with following statuses;
Node is not UP and Node is not External.
So, SQL Filter should be:
Status<>1 AND External<>1
With those settings, I get error message:
Bad filter '(Status<>1 AND External<>1)' specified. Incorrect syntax near the keyword 'External'
It seems that External field is not accepted to filter, but it's listed in Node Properties