0

Using an OR type result

When in Jet I am currently building a report to display data based on a parent table.

I am then using link to help further filter the table.

Ideally I want to return several fields based on a Link to the item table where the description is Motor or the Item class is Motor.
The below function only gives me the items which match both criteria.


=NL("Table","ItemAggregate",{"Description","ItemNo","KitOrderQty","KitQtyCommit","LocationCode","Manufacturer Name","Mfr. Part No.","QtyCommit","QtyOnHand","TransferQtyCommit","Unit Cost"},"TableName=","ItemAggregate","IncludeDuplicates=","True","QtyOnHand",">0","Link=","Item","No.","=ItemNo","Description","*MTR*|*MOTOR*","Class","MOTORS")



How can I use an OR operator in the filter list?

2 comments

Please sign in to leave a comment.