This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

SQL filtering for Nodes: External field not working

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