Hi,
I would like to show per month the items that appear on item ledger entries (by using the posting date) OR on sales lines (by using the shipment date). If an Item occurs on item ledger entries and on sales lines, it should only appear once within that month. Should look like that:
05/2012
Item IT005
Item IT020
06/2012
Item IT010
I have tried several things, but I find no working solution.
Thanks a lot for any help,
Steven Debruyne
Date
Votes
2 comments
-
Jet Reports Historic Posts Official comment Hi Steven,
In order to create a union of the item numbers from the Item Ledger Entry and Sales Line table, you must use the NP(Union) function combined with NL(Filter) functions like this:=NL("Rows",NP("Union",NL("Filter","Item Ledger Entry","Item No.",…..),NL("Filter","Sales Line","No.",…….)))
Does this help?
Regards,
Hughes -
Jet Reports Historic Posts Hi Hughes,
This was what I needed! Many thanks.
Regards,
Steven
Please sign in to leave a comment.