0

Filter Using Or

Hello,
I am having trouble using a filter where I need to look at 3 different variables and if any of them contain a value other than 0 I want to pull in the item number from the database. Below is what I came up with but this will only pull in the item where all 3 values are not equal to 0. Is there a way to use some type of "or" operator that will look at each variable individualy? The variables are qty_on_hand, qty_alloc_co, and qty_wip.

=NL("rows","itemwhse","item","item",NL("Filter","itemwhse","item","qty_on_hand","<>0","qty_alloc_co","<>0","qty_wip","<>0"),"Link=","item","item","=item","product_code","<2000","stat","A")
Thank you!
Mark

2 comments

Please sign in to leave a comment.