I'm trying to get a figure from the purchase line but the filters need to be a calculation.
I'm trying to do the below:
=NL("Sum","purchase line","Quantity","Gen. Prod. Posting Group",$I13) - so far so good
i need to insert a second filter on the lines : "Qty Invoiced" - "Quantity" = 0
is there a way how I can do this?
Thanks
Ad
Date
Votes
1 comment
-
Jet Reports Historic Posts Hi Ad,
You should be able to do that with a calculated filter field something like this:=NL("Sum","purchase line","Quantity","Gen. Prod. Posting Group",$I13,"=NF(,""Qty Invoiced"")-NF(,""Quantity"")",0)
Does this work for you?
Regards,
Hughes
Please sign in to leave a comment.