Hi, i don't know why but i can't figure this out and i have tried to find it online ...
In NAV 2017, how do i filter on field containing a space, i thought *' '* but this fails. Further, how do i combine that with not empty e.g. i tried <>''&*' '* but this also failed. And lastly, how do i filter on operator characters, e.g. i want any field containing <
0
Answers
field containing space: * *
combining with not empty: * *&<>' '
operator character with "<": '*<*'