0

"OR" Function Alternative

HI All,

I have inherited a jet report which I am trying to modify and for the most part it is doing everything that I want with one exception.

It is a pretty basic report that is pulling an inventory listing from the StockKeepingUnit table (per our location) but I want it to show only those items that have positive "Qty.on Sales Order" and "Qty. On Kit Sales Lines" against them.

The filter currently inplace in the document is:

=NL("filter","Stockkeeping Unit","Item No.","Item No.",E12,"Location Code",$G$6,"Qty. on Sales Order",">0","Qty. on Kit Sales Lines",">0")
This is understandably returning those items that have Sales orders with positive quantity and Kit sales with positive quantity… I need the report to return rows that either have >0.

What obvious bit of code am I missing ?

Thanks for your help.

Aggerz.

5 comments

Please sign in to leave a comment.