You can’t compare two documents for a view selection.
The SELECT statement works on each document in turn, so your formula is trying to find documents where field AXX has a different value than field AXX, which of course isn’t possible.
Can you explain what you’re wanting to see, as I’m not quite sure what you’re looking for