Filtering multiple items on a form

SCSImplSCSImpl Member Posts: 6
Hello NAV gurus,

I made a form that allows me to filter for a particular item from SH/SL table. I got the filter on the header so that if i put an item number here, all SOs that holds that item will appear down below in the form lines.

My challenge is how do I make that filter to accept a range of items instead of just one at a time (iie ABC100..ABC500)?

Comments

  • jspoppjspopp Member Posts: 54
    Hi, I use something already similar (if I am understanding you correctly). I used the Sales Line table as my base and then pulled in what info I need from the Sales Header table. This way, I can easily filter Item No.'s just like you described. Good luck.
Sign In or Register to comment.