0

Rows function filtered on the sum of a field?

I'm after an aged quantity report and I only want to show the items from the Item Ledger Entry where the sum of Quantity in the same table is >0. The formula so far would be..

=NL("Rows","Item Ledger Entry","Item No.","Posting Date","..5/1/14")

I tried something like =NL("Rows","Item Ledger Entry","Item No.","Posting Date","..5/1/14","=NL(""Sum"",""Item Ledger Entry"",""Quantity"",""Posting Date"",""..5/1/14"")",">0")

That obviously doesn't work because there's nothing linking that sum back to the Item No.. anyone know how to achieve this?

2 comments

Please sign in to leave a comment.