0

Filter >or< based on field in same table

I am using the Item table and want to filter to only show items where the Qty. on Sales order is greater than the Quantity on Hand. How do I filter > or < based on another field in the table?

I have this so far…which gives me all items that are on sales orders. But I want one more filter to only show items where Qty on Sales Order > Qty on Hand.
=NL("Rows=4","Item","No.","Qty. on Sales Order",">1")

Any help is greatly appreciated. Thanks!

5 comments

Please sign in to leave a comment.