Hi All,
I am using "<>" operator at field filter for Customer No, it doesn't seem working.
I fill in <>A at the field filter, but the customer No which start with 'A' does not being filter.
How can i exclude certain customer no from the list?
thank you.
0
Comments
Try if you are using Navision proprietary database:
Customer.SETFILTER("No.", '<%1 | >%2', 'A', 'A*')
If you are using SQL then I believe that
Customer.SETFILTER("No.", '<>%1', 'A*') works
or http://www.mibuso.com/forum/viewtopic.php?t=4067
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
If it was hard to write, it should be hard to understand."