Hello,
I have a case like this:
I have a field to store location code filter. (The value may be 'w1..w5' , 'w1|w5..w10' or any valid field filter)
Now given a location code (eg. w2), I would like to know, whether the location is match within the location code filter.
How can I do it? Any suggestion?
Thanks.
0
Comments
First thing I Think of:
Maybe to complex? I think it should work
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Know you have 3 options
It will do this filtering: LocationFilter AND 'W2'
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Thanks for all of your suggestion.