0

How to use "&" Filter in a NL report

I'm not completely sure what you want to do. Is it the situation where, for example you want to find an order that has both part A ordered and part B on the same order? An example or that (typed from memory so I apologies for mistakes) would be to use:

NL("Rows",NP("Intersection",NL("Filter","Purchase Line","Document No.", "No.","PartA"),NL("Filter","Purchase Line","Document No.", "No.","ParBN")))

The NL("Filter") functions each return a list of document no.s for each part, and the intersection gives you the list of no.'s that are in both lists. Check on the NP("Intersection") documentation under Array Calculations.

1 comment

Please sign in to leave a comment.