Hi,
i've just noticed this unexpected behaviour when setting a filter on Ax standard forms (same when using queries and advanced filtering).
Let's say for instance we have a table with these records:
AA1,AA2,BB1,BB2
If we set the filter BB*,!BB1 the result will be:
BB2
If we set the filter !BB1,BB* instead, the result is the whole table:
AA1,AA2,BB1,BB2
Is this really an unexpected behaviour or am i missing something concerning boolean operations?
Thanks in advance
regards
*This post is locked for comments