This doesn't actually affect it but I have noticed it was a little weird.
When using the basic filter to do a simple [Field] = x. The actual expression it shows is [Field] = x. Which for me seems wrong, that seems like it should always be true. Instead it should use [Field] == x. Which is what I use when writing expressions.
Is this just a fluke in showing the expression? Or does the expression field not follow normal programming conventions?
Thanks!