Expressions in Ranges

To write an expression in Ranges, I want to take a value that does not start with AX, the expression: ^AX*, this has no effect, can anyone help me?

There is no ^ operator in AX query ranges. Check out Advanced filtering and query options in AX documentation.
You seem to want a negation, therefore use the ‘!’ operator: !ax*.

1 Like