I am trying to apply field filter on the description field of the Item table(27) where I don't want to display description starting with the alphabet B.
I am trying the filter as: <>B*
This is not working please tell me why.......
I do have an alternative : ''..A*|B*..Z*
But I don't know why it worked it should include values starting with B as well but it doesn't...Please Explain
Thanks in advance.......
regards
0
Comments
http://www.mibuso.com/forum/viewtopic.php?f=5&t=18962&hilit=wildcard
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
It works on SQL database..but not on navision database...