0

Can you use Links and Arrays in the same NL?

This one may be a simple question but:

How do I use an Array filter in combination with a Link= ?

The specific case is as follows:

=NL("Rows","Production BoM Line",,"Link=","Sales Line", "Document No.", "=Production BoM No.","Document No.",NP("Difference",NL("Filter","Sales Line","Document No.","No.","MK-REQUIRED"),NL("Filter","Sales Line","Document No.","No.","MK-STAGED|MK-INTRANSIT|MK-RECEIVED")),"No.", "MK-REQUIRED")

The reason I'm using the Difference NP is that I need to find all Sales Orders where, in the Sales Line, the No. MK-REQUIRED is used but if that Sales Order also has MK-STAGED, MK-INTRANSIT or MK-RECEIVED, then I do not want that Sales Order No.

Those Sales Lines Document No. that match the array filter, then get passed to another Table (Production BoM Line) where I then do other stuff.

Any help is appreciated!

1 comment

Please sign in to leave a comment.