0

Empty Field (not filter)

I have the following =NL("Rows","Item Ledger Entry","Entry No.","Item No.","@@"&$E4,"Remaining Quantity","<>0")
E4 is never empty, although I think I've accounted for it anyway. The problem is that sometimes the Item Ledger Entry table does not have any entries for an Item, so Entry No. cannot be found. I get an empty filter error, even when I hard code E4. I cannot nest this in an IF statement because then the Rows do not expand. I can insert a column before this with a count of the number of Items in the Item Ledger Entry, but don't know how to use that information without the IF.

Any help is appreciated.

2 comments

Please sign in to leave a comment.